summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/gardenia/romstage.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-07-07 22:27:44 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-07-08 23:18:07 +0000
commit8c94e14a0c0e77061d8fb879f4bf7bc1347b38d2 (patch)
tree11dd4fc0bbd41bfafbb3e35ed38fa043245ad182 /src/mainboard/amd/gardenia/romstage.c
parent9460a986e17d81ba6113fa2a396d086f60ce8d55 (diff)
downloadcoreboot-8c94e14a0c0e77061d8fb879f4bf7bc1347b38d2.tar.gz
coreboot-8c94e14a0c0e77061d8fb879f4bf7bc1347b38d2.tar.bz2
coreboot-8c94e14a0c0e77061d8fb879f4bf7bc1347b38d2.zip
amd/gardenia: Fix includes after platform change to soc/
Change-Id: I63c6febf8ba953a642fd7b04a555a4c6704abc79 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/20496 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/gardenia/romstage.c')
-rw-r--r--src/mainboard/amd/gardenia/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/gardenia/romstage.c b/src/mainboard/amd/gardenia/romstage.c
index 85e8e2f2562f..39422a10ded6 100644
--- a/src/mainboard/amd/gardenia/romstage.c
+++ b/src/mainboard/amd/gardenia/romstage.c
@@ -21,8 +21,8 @@
#include <cpu/x86/lapic.h>
#include <cpu/x86/bist.h>
#include <cpu/amd/car.h>
-#include <northbridge/amd/pi/agesawrapper.h>
-#include <northbridge/amd/pi/agesawrapper_call.h>
+#include <agesawrapper.h>
+#include <agesawrapper_call.h>
#include <soc/hudson.h>
#include <amdblocks/psp.h>