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/amd/bettong | |
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/amd/bettong')
-rw-r--r-- | src/mainboard/amd/bettong/BiosCallOuts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/bettong/BiosCallOuts.c b/src/mainboard/amd/bettong/BiosCallOuts.c index 0e18913083..d4d44106db 100644 --- a/src/mainboard/amd/bettong/BiosCallOuts.c +++ b/src/mainboard/amd/bettong/BiosCallOuts.c @@ -20,7 +20,6 @@ #include <northbridge/amd/pi/BiosCallOuts.h> #include <northbridge/amd/pi/00660F01/chip.h> #include "Ids.h" -#include "OptionsIds.h" #include "heapManager.h" #include "FchPlatform.h" #include "cbfs.h" |