From 43e84bf866e24b037dc907b5ddbff00212c6bdb9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 19 Oct 2014 21:11:19 -0600 Subject: 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 --- arch/x86/include/asm/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/x86/include/asm') 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 -- cgit v1.2.1