Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/28741
Change subject: soc/amd/stoneyridge/BiosCallOuts: Remove #include <AmdLib.h> ......................................................................
soc/amd/stoneyridge/BiosCallOuts: Remove #include <AmdLib.h>
In preparation to remove AmdLib, remove reference to AmdLib.h in soc/amd/stoneyridge/BiosCallOuts.
BUG=b:112525011 TEST=Buildgrunt.
Change-Id: If80eb64fb736ff26ab226a16b583c8b1c29831f4 Signed-off-by: Richard Spiegel richard.spiegel@silverbackltd.com --- M src/soc/amd/stoneyridge/BiosCallOuts.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/28741/1
diff --git a/src/soc/amd/stoneyridge/BiosCallOuts.c b/src/soc/amd/stoneyridge/BiosCallOuts.c index 9f74e8f..027ba4e 100644 --- a/src/soc/amd/stoneyridge/BiosCallOuts.c +++ b/src/soc/amd/stoneyridge/BiosCallOuts.c @@ -24,7 +24,6 @@ #include <stdlib.h>
#include <amdblocks/agesawrapper.h> -#include <amdlib.h> #include <amdblocks/dimm_spd.h> #include "chip.h" #include <amdblocks/car.h>