diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2014-07-23 00:01:34 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-24 12:43:04 +0200 |
commit | 1631c880ebcfd5456f72185b97d3c4859c8486b3 (patch) | |
tree | f09ab2f62b6e0cc0107a0bbfdf29c4eacf0f6598 /src | |
parent | 65fa598d2aba9d688d7506cdcaceb393d53e892b (diff) | |
download | coreboot-1631c880ebcfd5456f72185b97d3c4859c8486b3.tar.xz |
northbridge/amd: Remove trailing whitespace
Change-Id: Iccad59ebac1c47ee3fd16c0c1244b62184cfd1bf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/6316
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/amd/amdht/AsPsDefs.h | 2 | ||||
-rw-r--r-- | src/northbridge/amd/amdmct/wrappers/mcti.h | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/northbridge/amd/amdht/AsPsDefs.h b/src/northbridge/amd/amdht/AsPsDefs.h index cf449f7386..12588a6296 100644 --- a/src/northbridge/amd/amdht/AsPsDefs.h +++ b/src/northbridge/amd/amdht/AsPsDefs.h @@ -294,6 +294,6 @@ #define TSC_FREQ_SEL_MASK (1 << TSC_FREQ_SEL_SHIFT) -#define WAIT_PSTATE_TIMEOUT 80000000 /* 0.1 s , unit : 1.25 ns */ +#define WAIT_PSTATE_TIMEOUT 80000000 /* 0.1 s , unit : 1.25 ns */ #endif diff --git a/src/northbridge/amd/amdmct/wrappers/mcti.h b/src/northbridge/amd/amdmct/wrappers/mcti.h index a92fdb8ba4..97aec15b32 100644 --- a/src/northbridge/amd/amdmct/wrappers/mcti.h +++ b/src/northbridge/amd/amdmct/wrappers/mcti.h @@ -19,19 +19,19 @@ #define SERVER 0 -#define DESKTOP 1 +#define DESKTOP 1 //#define MOBILE 2 #define REV_F 0 #define REV_DR 1 -#define REV_FDR 2 +#define REV_FDR 2 /*---------------------------------------------------------------------------- COMMENT OUT ALL BUT 1 ----------------------------------------------------------------------------*/ -//#define BUILD_VERSION REV_F /*BIOS supports rev F only*/ -//#define BUILD_VERSION REV_DR /*BIOS supports rev 10 only*/ -//#define BUILD_VERSION REV_FDR /*BIOS supports both rev F and 10*/ +//#define BUILD_VERSION REV_F /*BIOS supports rev F only*/ +//#define BUILD_VERSION REV_DR /*BIOS supports rev 10 only*/ +//#define BUILD_VERSION REV_FDR /*BIOS supports both rev F and 10*/ /*---------------------------------------------------------------------------- COMMENT OUT ALL BUT 1 |