mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
mx31pdk: Allow booting a zImage kernel
Allow booting a zImage kernel. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
f0e77b35be
commit
0c23d84c86
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
#define CONFIG_CMD_SPI
|
||||
#define CONFIG_CMD_DATE
|
||||
#define CONFIG_CMD_NAND
|
||||
#define CONFIG_CMD_BOOTZ
|
||||
|
||||
/*
|
||||
* Disabled due to compilation errors in cmd_bootm.c (IMLS seems to require
|
||||
|
|
Loading…
Reference in a new issue