From 7c60498de703881b689e06fdd1a14f741a93d5c1 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 28 Sep 2017 17:14:56 +0300 Subject: AGESA binaryPI: Drop amdlib.h in BiosCallouts.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/21734 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/mainboard/lippert/frontrunner-af/BiosCallOuts.c | 1 - src/mainboard/lippert/toucan-af/BiosCallOuts.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/lippert') diff --git a/src/mainboard/lippert/frontrunner-af/BiosCallOuts.c b/src/mainboard/lippert/frontrunner-af/BiosCallOuts.c index 9459d4ab75..4ccd85411e 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 #include "SB800.h" #include 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 #include "SB800.h" #include -- cgit v1.2.3