From 5687fc9d2120c01b929f24df07667f87089f9b5f Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 28 Nov 2013 18:11:49 +0200 Subject: Declare recovery and developer modes outside ChromeOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the implementation for recovery and developer modes from vendorcode/google/chromes to lib/. Change-Id: I33335fb282de2c7bc613dc58d6912c47f3b5c06c Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4308 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/northbridge/intel/haswell/raminit.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/northbridge/intel/haswell') diff --git a/src/northbridge/intel/haswell/raminit.c b/src/northbridge/intel/haswell/raminit.c index 1e020f95b5..4138c5f572 100644 --- a/src/northbridge/intel/haswell/raminit.c +++ b/src/northbridge/intel/haswell/raminit.c @@ -18,6 +18,7 @@ */ #include +#include #include #include #include @@ -31,12 +32,6 @@ #include "pei_data.h" #include "haswell.h" -#if CONFIG_CHROMEOS -#include -#else -#define recovery_mode_enabled(x) 0 -#endif - void save_mrc_data(struct pei_data *pei_data) { struct mrc_data_container *mrcdata; -- cgit v1.2.3