diff mbox

[U-Boot,RFC,1/4] x86: Enable LMB and RAMDISK_HIGH by default

Message ID 1358012928-2112-2-git-send-email-sjg@chromium.org
State RFC
Headers show

Commit Message

Simon Glass Jan. 12, 2013, 5:48 p.m. UTC
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@chromium.org>
---
 arch/x86/include/asm/config.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/arch/x86/include/asm/config.h b/arch/x86/include/asm/config.h
index 049c44e..c60dba2 100644
--- a/arch/x86/include/asm/config.h
+++ b/arch/x86/include/asm/config.h
@@ -21,4 +21,6 @@ 
 #ifndef _ASM_CONFIG_H_
 #define _ASM_CONFIG_H_
 
+#define CONFIG_LMB
+#define CONFIG_SYS_BOOT_RAMDISK_HIGH
 #endif