diff options
| author | Simon Glass <[email protected]> | 2014-10-19 21:11:19 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2014-10-22 09:03:05 -0600 |
| commit | 43e84bf866e24b037dc907b5ddbff00212c6bdb9 (patch) | |
| tree | 58c21f74741c9940dac06946264e4b3be7101207 | |
| parent | a84c8107d9b050fe8a31220d28588abfc2d99aee (diff) | |
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 <[email protected]>
| -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 f06a15cdfca..ff15828a713 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 |
