diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-10 23:44:50 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-12 17:24:00 +0000 |
commit | a257efcfcc0c637b9e79fd0ddb958dae85f89a0b (patch) | |
tree | 69e5916045046f0ed627b9a170e0d7930ed9508a /src/mainboard/supermicro | |
parent | b7959b592191fab82824e1b7ed29aa7e2299ed33 (diff) |
AGESA boards: Clean up Ids.h and Filecode.h includes
Change-Id: I9cb63ff58900a39d7cd8e3da2b9a9a95c2a41a69
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21484
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8qgi/BiosCallOuts.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8qgi/buildOpts.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/BiosCallOuts.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/buildOpts.c | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/supermicro/h8qgi/BiosCallOuts.c b/src/mainboard/supermicro/h8qgi/BiosCallOuts.c index 9b742cb5ad..d8b98b54e1 100644 --- a/src/mainboard/supermicro/h8qgi/BiosCallOuts.c +++ b/src/mainboard/supermicro/h8qgi/BiosCallOuts.c @@ -17,7 +17,6 @@ #include "amdlib.h" #include <northbridge/amd/agesa/agesawrapper.h> #include <northbridge/amd/agesa/BiosCallOuts.h> -#include "Ids.h" #include <arch/io.h> #ifdef __PRE_RAM__ diff --git a/src/mainboard/supermicro/h8qgi/buildOpts.c b/src/mainboard/supermicro/h8qgi/buildOpts.c index e93e83e914..0b39b9cd07 100644 --- a/src/mainboard/supermicro/h8qgi/buildOpts.c +++ b/src/mainboard/supermicro/h8qgi/buildOpts.c @@ -17,8 +17,6 @@ #include "AGESA.h" #include "AdvancedApi.h" -#include "Filecode.h" -#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE /* AGESA will check the OEM configuration during preprocessing stage, * coreboot enable -Wundef option, so we should make sure we have all contanstand defined diff --git a/src/mainboard/supermicro/h8scm/BiosCallOuts.c b/src/mainboard/supermicro/h8scm/BiosCallOuts.c index 30c1198c7a..6fb9724e3a 100644 --- a/src/mainboard/supermicro/h8scm/BiosCallOuts.c +++ b/src/mainboard/supermicro/h8scm/BiosCallOuts.c @@ -17,7 +17,6 @@ #include "amdlib.h" #include <northbridge/amd/agesa/agesawrapper.h> #include <northbridge/amd/agesa/BiosCallOuts.h> -#include "Ids.h" #include <stdlib.h> const BIOS_CALLOUT_STRUCT BiosCallouts[] = diff --git a/src/mainboard/supermicro/h8scm/buildOpts.c b/src/mainboard/supermicro/h8scm/buildOpts.c index ec2dca08c3..313aee36a9 100644 --- a/src/mainboard/supermicro/h8scm/buildOpts.c +++ b/src/mainboard/supermicro/h8scm/buildOpts.c @@ -17,8 +17,6 @@ #include "AGESA.h" #include "AdvancedApi.h" -#include "Filecode.h" -#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE //#define OPTION_HW_DQS_REC_EN_TRAINING TRUE /* AGESA will check the OEM configuration during preprocessing stage, * coreboot enable -Wundef option, so we should make sure we have all contanstand defined |