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/elmex | |
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/elmex')
-rw-r--r-- | src/mainboard/elmex/pcm205400/OemCustomize.c | 1 | ||||
-rw-r--r-- | src/mainboard/elmex/pcm205400/buildOpts.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/elmex/pcm205400/OemCustomize.c b/src/mainboard/elmex/pcm205400/OemCustomize.c index c0dceff5af..e048e6c92e 100644 --- a/src/mainboard/elmex/pcm205400/OemCustomize.c +++ b/src/mainboard/elmex/pcm205400/OemCustomize.c @@ -20,7 +20,6 @@ #include <vendorcode/amd/agesa/f14/Proc/CPU/heapManager.h> #include <PlatformMemoryConfiguration.h> -#define FILECODE PROC_RECOVERY_MEM_NB_ON_MRNON_FILECODE /** * OemCustomizeInitEarly diff --git a/src/mainboard/elmex/pcm205400/buildOpts.c b/src/mainboard/elmex/pcm205400/buildOpts.c index eb6cf33fa4..a90ee79905 100644 --- a/src/mainboard/elmex/pcm205400/buildOpts.c +++ b/src/mainboard/elmex/pcm205400/buildOpts.c @@ -26,8 +26,6 @@ */ #include <stdlib.h> -#include "Filecode.h" -#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE /* Select the cpu family. */ |