aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/packardbell/ms2290/romstage.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-10-29 07:56:04 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-11-05 21:28:25 +0100
commit5e1d34b19a6ad9c65f7c7833df3791707d5d9905 (patch)
tree48d55a057f4d3c9b93cb14ec348213f2f52a8850 /src/mainboard/packardbell/ms2290/romstage.c
parent3ec9c95d02e8c67fb05ad580b5ca7a1fd14d2b02 (diff)
mainboard/packardbell/ms2290: Missing romstage header
cpu/intel/romstage.h is needed so the the main() has a prototype in freestanding. Change-Id: I5e6afef82a4f63ab42927725adf3881084a1e25c Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7235 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/packardbell/ms2290/romstage.c')
-rw-r--r--src/mainboard/packardbell/ms2290/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/packardbell/ms2290/romstage.c b/src/mainboard/packardbell/ms2290/romstage.c
index c4a278e04d..d33a9baf71 100644
--- a/src/mainboard/packardbell/ms2290/romstage.c
+++ b/src/mainboard/packardbell/ms2290/romstage.c
@@ -38,6 +38,7 @@
#include <timestamp.h>
#include <arch/acpi.h>
#include <cbmem.h>
+#include <cpu/intel/romstage.h>
#include "arch/early_variables.h"
#include "southbridge/intel/ibexpeak/pch.h"