From c66f1cbdae6dced6410c0fc108cb0a1e3b3aa1e2 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 12 Aug 2013 16:09:00 +0300 Subject: Include boot_cpu.c for romstage builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ROMCC boards were left unmodified. Change-Id: I3d842196b3f5b6999b6891b914036e9ffcc3cef0 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3853 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/technexion/tim5690/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/technexion/tim5690/romstage.c') diff --git a/src/mainboard/technexion/tim5690/romstage.c b/src/mainboard/technexion/tim5690/romstage.c index 5588d8e88b..59c86ca95e 100644 --- a/src/mainboard/technexion/tim5690/romstage.c +++ b/src/mainboard/technexion/tim5690/romstage.c @@ -34,7 +34,7 @@ #include "northbridge/amd/amdk8/raminit.h" #include "lib/delay.c" #include -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "northbridge/amd/amdk8/reset_test.c" #include "northbridge/amd/amdk8/debug.c" #include "superio/ite/it8712f/early_serial.c" -- cgit v1.2.3