diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-07 22:27:44 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-08 23:18:07 +0000 |
commit | 8c94e14a0c0e77061d8fb879f4bf7bc1347b38d2 (patch) | |
tree | 11dd4fc0bbd41bfafbb3e35ed38fa043245ad182 /src/mainboard/amd | |
parent | 9460a986e17d81ba6113fa2a396d086f60ce8d55 (diff) | |
download | coreboot-8c94e14a0c0e77061d8fb879f4bf7bc1347b38d2.tar.xz |
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')
-rw-r--r-- | src/mainboard/amd/gardenia/romstage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/gardenia/romstage.c b/src/mainboard/amd/gardenia/romstage.c index 85e8e2f256..39422a10de 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> |