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/amd/torpedo | |
parent | b7959b592191fab82824e1b7ed29aa7e2299ed33 (diff) | |
download | coreboot-a257efcfcc0c637b9e79fd0ddb958dae85f89a0b.tar.xz |
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/amd/torpedo')
-rw-r--r-- | src/mainboard/amd/torpedo/BiosCallOuts.c | 1 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/OemCustomize.c | 1 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/buildOpts.c | 2 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/gpio.c | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/amd/torpedo/BiosCallOuts.c b/src/mainboard/amd/torpedo/BiosCallOuts.c index 38206ff4a2..3e3d2520e2 100644 --- a/src/mainboard/amd/torpedo/BiosCallOuts.c +++ b/src/mainboard/amd/torpedo/BiosCallOuts.c @@ -16,7 +16,6 @@ #include "AGESA.h" #include "amdlib.h" #include <northbridge/amd/agesa/BiosCallOuts.h> -#include "Ids.h" #include "Hudson-2.h" #include <stdlib.h> #include <southbridge/amd/cimx/sb700/gpio_oem.h> diff --git a/src/mainboard/amd/torpedo/OemCustomize.c b/src/mainboard/amd/torpedo/OemCustomize.c index 8dc5affb63..196e8bbaa4 100644 --- a/src/mainboard/amd/torpedo/OemCustomize.c +++ b/src/mainboard/amd/torpedo/OemCustomize.c @@ -21,7 +21,6 @@ #include <PlatformMemoryConfiguration.h> #include "amdlib.h" -#define FILECODE PROC_GNB_PCIE_FAMILY_0X12_F12PCIECOMPLEXCONFIG_FILECODE static const PCIe_PORT_DESCRIPTOR PortList [] = { // Initialize Port descriptor (PCIe port, Lanes 8:15, PCI Device Number 2, ...) diff --git a/src/mainboard/amd/torpedo/buildOpts.c b/src/mainboard/amd/torpedo/buildOpts.c index 656102d015..07850d60df 100644 --- a/src/mainboard/amd/torpedo/buildOpts.c +++ b/src/mainboard/amd/torpedo/buildOpts.c @@ -27,8 +27,6 @@ #include <stdlib.h> #include "AGESA.h" -#include "Filecode.h" -#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE /* Select the CPU family. */ diff --git a/src/mainboard/amd/torpedo/gpio.c b/src/mainboard/amd/torpedo/gpio.c index 03ab409a6c..5a77dc0de0 100644 --- a/src/mainboard/amd/torpedo/gpio.c +++ b/src/mainboard/amd/torpedo/gpio.c @@ -13,12 +13,10 @@ * GNU General Public License for more details. */ -#include "Filecode.h" #include "SbPlatform.h" #include "gpio.h" #include "vendorcode/amd/cimx/sb900/AmdSbLib.h" -#define FILECODE UNASSIGNED_FILE_FILECODE #ifndef SB_GPIO_REG01 #define SB_GPIO_REG01 1 |