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>
This commit is contained in:
parent
a84c8107d9
commit
43e84bf866
@ -8,4 +8,7 @@
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
#define CONFIG_LMB
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user