diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-28 17:14:56 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-29 05:46:19 +0000 |
commit | 7c60498de703881b689e06fdd1a14f741a93d5c1 (patch) | |
tree | 5a71700cfd5e7aef371881b0437a54f926235b6c /src/mainboard/lippert/toucan-af/BiosCallOuts.c | |
parent | 8e2f6caaf04024b4661e7826a28a5e486d4a7d67 (diff) | |
download | coreboot-7c60498de703881b689e06fdd1a14f741a93d5c1.tar.xz |
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/toucan-af/BiosCallOuts.c')
-rw-r--r-- | src/mainboard/lippert/toucan-af/BiosCallOuts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lippert/toucan-af/BiosCallOuts.c b/src/mainboard/lippert/toucan-af/BiosCallOuts.c index e8fdd7019f..da36190f64 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> |