summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lippert
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-28 17:14:56 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-29 05:46:19 +0000
commit7c60498de703881b689e06fdd1a14f741a93d5c1 (patch)
tree5a71700cfd5e7aef371881b0437a54f926235b6c /src/mainboard/lippert
parent8e2f6caaf04024b4661e7826a28a5e486d4a7d67 (diff)
downloadcoreboot-7c60498de703881b689e06fdd1a14f741a93d5c1.tar.gz
coreboot-7c60498de703881b689e06fdd1a14f741a93d5c1.tar.bz2
coreboot-7c60498de703881b689e06fdd1a14f741a93d5c1.zip
AGESA binaryPI: Drop amdlib.h in BiosCallouts.c
Some fam14 boards will need more work on this area, those are to be addressed with followup patches. Change-Id: I14208cf8519a4cf71e4944d08a2dae36b7f1f878 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21734 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r--src/mainboard/lippert/frontrunner-af/BiosCallOuts.c1
-rw-r--r--src/mainboard/lippert/toucan-af/BiosCallOuts.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/BiosCallOuts.c b/src/mainboard/lippert/frontrunner-af/BiosCallOuts.c
index 9459d4ab75cf..4ccd85411e75 100644
--- a/src/mainboard/lippert/frontrunner-af/BiosCallOuts.c
+++ b/src/mainboard/lippert/frontrunner-af/BiosCallOuts.c
@@ -14,7 +14,6 @@
*/
#include "AGESA.h"
-#include "amdlib.h"
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h"
#include <southbridge/amd/cimx/sb800/gpio_oem.h>
diff --git a/src/mainboard/lippert/toucan-af/BiosCallOuts.c b/src/mainboard/lippert/toucan-af/BiosCallOuts.c
index e8fdd7019faa..da36190f6427 100644
--- a/src/mainboard/lippert/toucan-af/BiosCallOuts.c
+++ b/src/mainboard/lippert/toucan-af/BiosCallOuts.c
@@ -14,7 +14,6 @@
*/
#include "AGESA.h"
-#include "amdlib.h"
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h"
#include <southbridge/amd/cimx/sb800/gpio_oem.h>