mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
vexpress_aemv8a.h: Enable CONFIG_CMD_BOOTI and CONFIG_CMD_UNZIP
Add support for booting Images and for unzipping Image.gz files. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
5bcae13ee4
commit
6717252837
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@
|
|||
/*#define CONFIG_MENU_SHOW*/
|
||||
#define CONFIG_CMD_CACHE
|
||||
#define CONFIG_CMD_BDI
|
||||
#define CONFIG_CMD_BOOTI
|
||||
#define CONFIG_CMD_UNZIP
|
||||
#define CONFIG_CMD_DHCP
|
||||
#define CONFIG_CMD_PXE
|
||||
#define CONFIG_CMD_ENV
|
||||
|
|
Loading…
Reference in a new issue