diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-19 21:11:19 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 09:03:05 -0600 |
commit | 43e84bf866e24b037dc907b5ddbff00212c6bdb9 (patch) | |
tree | 58c21f74741c9940dac06946264e4b3be7101207 | |
parent | a84c8107d9b050fe8a31220d28588abfc2d99aee (diff) | |
download | u-boot-imx-43e84bf866e24b037dc907b5ddbff00212c6bdb9.zip u-boot-imx-43e84bf866e24b037dc907b5ddbff00212c6bdb9.tar.gz u-boot-imx-43e84bf866e24b037dc907b5ddbff00212c6bdb9.tar.bz2 |
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>
-rw-r--r-- | arch/x86/include/asm/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |