summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-19 21:11:19 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 09:03:05 -0600
commit43e84bf866e24b037dc907b5ddbff00212c6bdb9 (patch)
tree58c21f74741c9940dac06946264e4b3be7101207 /arch/x86
parenta84c8107d9b050fe8a31220d28588abfc2d99aee (diff)
downloadblackbird-obmc-uboot-43e84bf866e24b037dc907b5ddbff00212c6bdb9.tar.gz
blackbird-obmc-uboot-43e84bf866e24b037dc907b5ddbff00212c6bdb9.zip
x86: Enable LMB and RAMDISK_HIGH by default
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/config.h b/arch/x86/include/asm/config.h
index f06a15cdfc..ff15828a71 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
OpenPOWER on IntegriCloud