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/hp/abm | |
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/hp/abm')
-rw-r--r-- | src/mainboard/hp/abm/BiosCallOuts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/hp/abm/BiosCallOuts.c b/src/mainboard/hp/abm/BiosCallOuts.c index 65d991d320..70573be257 100644 --- a/src/mainboard/hp/abm/BiosCallOuts.c +++ b/src/mainboard/hp/abm/BiosCallOuts.c @@ -18,7 +18,6 @@ #include "amdlib.h" #include <northbridge/amd/agesa/BiosCallOuts.h> #include "Ids.h" -#include "OptionsIds.h" #include "heapManager.h" #include "FchPlatform.h" #include "cbfs.h" |