diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-05-27 08:37:18 +0300 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-03 04:57:37 +0200 |
commit | 3fa4350d6ae358826f12f40f55d917bf85ba7efd (patch) | |
tree | 27adc9f597f079cd1bf65991f96da9e8c3bb31b2 /src/mainboard/asus | |
parent | 44bb9bdec86d2f0118fc6c1e8d6d0443cf81d235 (diff) |
AGESA boards: Drop unused include
These files do not use definitions from OptionsIds.h. Also those
definitions are required and already included for Ids.h.
Change-Id: I149fcfe2ad72fe3d7390ee2043a86432aeae3f08
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/14980
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/f2a85-m/BiosCallOuts.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/f2a85-m_le/BiosCallOuts.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/f2a85-m_le/OptionsIds.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asus/f2a85-m/BiosCallOuts.c b/src/mainboard/asus/f2a85-m/BiosCallOuts.c index 8a2c5e3760..98bb06781e 100644 --- a/src/mainboard/asus/f2a85-m/BiosCallOuts.c +++ b/src/mainboard/asus/f2a85-m/BiosCallOuts.c @@ -15,7 +15,6 @@ #include "AGESA.h" #include <northbridge/amd/agesa/BiosCallOuts.h> -#include "OptionsIds.h" #include <cbfs.h> #include <vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h> diff --git a/src/mainboard/asus/f2a85-m_le/BiosCallOuts.c b/src/mainboard/asus/f2a85-m_le/BiosCallOuts.c index 28da177b30..f004f8dede 100644 --- a/src/mainboard/asus/f2a85-m_le/BiosCallOuts.c +++ b/src/mainboard/asus/f2a85-m_le/BiosCallOuts.c @@ -15,7 +15,6 @@ #include "AGESA.h" #include <northbridge/amd/agesa/BiosCallOuts.h> -#include "OptionsIds.h" #include <cbfs.h> #include <vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h> diff --git a/src/mainboard/asus/f2a85-m_le/OptionsIds.h b/src/mainboard/asus/f2a85-m_le/OptionsIds.h index c702a9ce39..e69de29bb2 100644 --- a/src/mainboard/asus/f2a85-m_le/OptionsIds.h +++ b/src/mainboard/asus/f2a85-m_le/OptionsIds.h @@ -1 +0,0 @@ -#include "../f2a85-m/OptionsIds.h" |