summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-09-10 15:11:31 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-09-11 14:28:38 +0000
commit1fa45b1460d9922a38fd995b8d48bf84fc5c7975 (patch)
tree6a0d6e04df18cf2194dd2b6bda3bd90b27d300c3
parentb026c7c65a839e509fbbec9718e3b4198bcfbe65 (diff)
downloadcoreboot-1fa45b1460d9922a38fd995b8d48bf84fc5c7975.tar.xz
vc/amd/fsp/picasso: Fix FSP-S UPD header file formatting
Use one tab instead of 8 spaces at the beginning of the lines added in commit 39a8040ddc551306d823d52a459fdb5dd717b2fe. Change-Id: I8d7553e1b41dbbbdabd7392028a51e3a0f79c97a Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45257 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r--src/vendorcode/amd/fsp/picasso/FspsUpd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/FspsUpd.h b/src/vendorcode/amd/fsp/picasso/FspsUpd.h
index 34c672d48d..c1d3db0c48 100644
--- a/src/vendorcode/amd/fsp/picasso/FspsUpd.h
+++ b/src/vendorcode/amd/fsp/picasso/FspsUpd.h
@@ -32,9 +32,9 @@ typedef struct __packed {
/** Offset 0x011E**/ uint32_t xhci_oc_pin_select;
/** Offset 0x0122**/ uint8_t xhci0_force_gen1;
/** Offset 0x0123**/ uint8_t xhci_sparse_mode_enable;
- /** Offset 0x0124**/ uint32_t gnb_ioapic_base;
- /** Offset 0x0128**/ uint8_t gnb_ioapic_id;
- /** Offset 0x0129**/ uint8_t fch_ioapic_id;
+ /** Offset 0x0124**/ uint32_t gnb_ioapic_base;
+ /** Offset 0x0128**/ uint8_t gnb_ioapic_id;
+ /** Offset 0x0129**/ uint8_t fch_ioapic_id;
/** Offset 0x0126**/ uint8_t UnusedUpdSpace0[38];
/** Offset 0x0150**/ uint16_t UpdTerminator;
} FSP_S_CONFIG;