Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74618 )
Change subject: nb/amd/pi/00730F01/northbridge: remove unneeded AGESA.h include ......................................................................
nb/amd/pi/00730F01/northbridge: remove unneeded AGESA.h include
TEST=Timeless build for pcengines/apu2 results in identical image.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: If95eb9e5135de2b256d1f584afcedfd6e0cf8d8e --- M src/northbridge/amd/pi/00730F01/northbridge.c 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/74618/1
diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index d373493..cba57d8 100644 --- a/src/northbridge/amd/pi/00730F01/northbridge.c +++ b/src/northbridge/amd/pi/00730F01/northbridge.c @@ -15,7 +15,6 @@ #include <lib.h> #include <cpu/x86/mp.h> #include <Porting.h> -#include <AGESA.h> #include <Topology.h> #include <cpu/amd/msr.h> #include <cpu/amd/mtrr.h>