From: Simon Glass Date: Mon, 20 Oct 2014 03:11:19 +0000 (-0600) Subject: x86: Enable LMB and RAMDISK_HIGH by default X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=43e84bf866e24b037dc907b5ddbff00212c6bdb9;p=u-boot.git 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 --- 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