]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Enable LMB and RAMDISK_HIGH by default
authorSimon Glass <sjg@chromium.org>
Mon, 20 Oct 2014 03:11:19 +0000 (21:11 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 15:03:05 +0000 (09:03 -0600)
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

index f06a15cdfca06c76f87e2d2209077856286cea7d..ff15828a713de5d1258aada2dc5aa599734ca900 100644 (file)
@@ -8,4 +8,7 @@
 #define _ASM_CONFIG_H_
 
 #define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_LMB
+#define CONFIG_SYS_BOOT_RAMDISK_HIGH
+
 #endif