From 7c60498de703881b689e06fdd1a14f741a93d5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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/bap/ode_e20XX/BiosCallOuts.c | 1 - src/mainboard/bap/ode_e21XX/BiosCallOuts.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/bap') diff --git a/src/mainboard/bap/ode_e20XX/BiosCallOuts.c b/src/mainboard/bap/ode_e20XX/BiosCallOuts.c index af618d44a6..7723341fb3 100644 --- a/src/mainboard/bap/ode_e20XX/BiosCallOuts.c +++ b/src/mainboard/bap/ode_e20XX/BiosCallOuts.c @@ -14,7 +14,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include #include "FchPlatform.h" diff --git a/src/mainboard/bap/ode_e21XX/BiosCallOuts.c b/src/mainboard/bap/ode_e21XX/BiosCallOuts.c index 64ee78575a..7dc7ac69b4 100644 --- a/src/mainboard/bap/ode_e21XX/BiosCallOuts.c +++ b/src/mainboard/bap/ode_e21XX/BiosCallOuts.c @@ -14,7 +14,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include "FchPlatform.h" #include "cbfs.h" -- cgit v1.2.3