diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-04-20 14:21:47 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-04-21 15:51:40 +0000 |
commit | fb74b3e037ac27e7575abb8a5a87c38013daf037 (patch) | |
tree | 208bb6c3e6868f15f32fa2fd89c5d127e9c4432e | |
parent | 40c5f74ae9c83893f4cccb28d869c862ed60b8d1 (diff) |
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74618
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r-- | src/northbridge/amd/pi/00730F01/northbridge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index d373493e85..cba57d866a 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> |