projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84c810
)
x86: Enable LMB and RAMDISK_HIGH by default
author
Simon Glass
<sjg@chromium.org>
Mon, 20 Oct 2014 03:11:19 +0000
(21:11 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/config.h
b/arch/x86/include/asm/config.h
index f06a15cdfca06c76f87e2d2209077856286cea7d..ff15828a713de5d1258aada2dc5aa599734ca900 100644
(file)
--- 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