diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-08-12 16:09:00 +0300 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-08-15 20:49:03 +0200 |
commit | c66f1cbdae6dced6410c0fc108cb0a1e3b3aa1e2 (patch) | |
tree | 73043d8daf44c9a3e26c9daa63bf3936a161bf8f /src/mainboard/tyan/s8226 | |
parent | f040858ec31ffef5b746bb9856be6395a20c98ce (diff) |
Include boot_cpu.c for romstage builds
ROMCC boards were left unmodified.
Change-Id: I3d842196b3f5b6999b6891b914036e9ffcc3cef0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3853
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/tyan/s8226')
-rw-r--r-- | src/mainboard/tyan/s8226/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s8226/romstage.c b/src/mainboard/tyan/s8226/romstage.c index b4f9523d5c..f0b21e2ffc 100644 --- a/src/mainboard/tyan/s8226/romstage.c +++ b/src/mainboard/tyan/s8226/romstage.c @@ -25,7 +25,7 @@ #include <console/console.h> #include <arch/stages.h> #include "cpu/x86/bist.h" -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "agesawrapper.h" #include "northbridge/amd/agesa/family10/reset_test.h" #include <nb_cimx.h> |