diff mbox

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

Message ID 1413774684-29350-2-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Oct. 20, 2014, 3:11 a.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>
---

Changes in v3: None
Changes in v2: None

 arch/x86/include/asm/config.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Simon Glass Oct. 22, 2014, 2:57 p.m. UTC | #1
On 19 October 2014 21:11, Simon Glass <sjg@chromium.org> wrote:
>
> 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>

Applied to u-boot-x86/master
diff mbox

Patch

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