[U-Boot] [PATCH 08/10] x86: config: Enable hook for saving MRC configuration

Simon Glass sjg at chromium.org
Tue Dec 30 02:12:35 CET 2014


Add a hook to ensure that this information is saved.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/chromebook_link.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index 8930210..22cb134 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -22,6 +22,7 @@
 #define CONFIG_SYS_X86_START16			0xfffff800
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_DISPLAY_CPUINFO
+#define CONFIG_MISC_INIT_R
 
 #define CONFIG_X86_RESET_VECTOR
 #define CONFIG_NR_DRAM_BANKS			8
-- 
2.2.0.rc0.207.ga3a616c



More information about the U-Boot mailing list