[U-Boot] [PATCH v2 1/4] x86: Enable LMB and RAMDISK_HIGH by default
Simon Glass
sjg at chromium.org
Wed Oct 8 04:27:11 CEST 2014
These options are used by the image code. To allow us to use the generic
code more easily, define these for x86.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
arch/x86/include/asm/config.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/x86/include/asm/config.h b/arch/x86/include/asm/config.h
index f06a15c..ff15828 100644
--- a/arch/x86/include/asm/config.h
+++ b/arch/x86/include/asm/config.h
@@ -8,4 +8,7 @@
#define _ASM_CONFIG_H_
#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_LMB
+#define CONFIG_SYS_BOOT_RAMDISK_HIGH
+
#endif
--
2.1.0.rc2.206.gedb03e5
More information about the U-Boot
mailing list