mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
x86: Enable CONFIG_CMD_ZBOOT for coreboot
Enable this option to support booting a zImage. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1484311286
commit
34d6057be1
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#define CONFIG_LAST_STAGE_INIT
|
||||
#define CONFIG_X86_NO_RESET_VECTOR
|
||||
#define CONFIG_SYS_VSNPRINTF
|
||||
#define CONFIG_ZBOOT_32
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
* Watchdog Configuration
|
||||
|
|
@ -175,6 +176,8 @@
|
|||
#define CONFIG_CMD_FAT
|
||||
#define CONFIG_CMD_EXT2
|
||||
|
||||
#define CONFIG_CMD_ZBOOT
|
||||
|
||||
#define CONFIG_BOOTDELAY 2
|
||||
#define CONFIG_BOOTARGS "root=/dev/mtdblock0 console=ttyS0,9600"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue