From faa5f9869d67ab1a963e1c49afaaf353503586c9 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 4 Jun 2018 19:34:59 +0200 Subject: cpu/intel/haswell: Use the common intel romstage_main function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested on Google peppy (Acer C720). Change-Id: I6453c40bf4ebe4695684c1bd3a403d6def82814f Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/26835 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Kyösti Mälkki --- src/mainboard/google/slippy/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/slippy') diff --git a/src/mainboard/google/slippy/romstage.c b/src/mainboard/google/slippy/romstage.c index 82931fc545..ec5d5ea138 100644 --- a/src/mainboard/google/slippy/romstage.c +++ b/src/mainboard/google/slippy/romstage.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -#include +#include #include "variant.h" -- cgit v1.2.3