summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-08-14 06:42:38 -0400
committerTom Rini <trini@ti.com>2014-08-30 07:46:41 -0400
commit67172528377eddaa8098b8085b8406dc9e5d4ce0 (patch)
tree991c1ae075dfe77c6767952a9ff5f3adaaaffeb0 /include
parent5bcae13ee44bac430d8e8a2dd6a64d22a6de0d25 (diff)
downloadtalos-obmc-uboot-67172528377eddaa8098b8085b8406dc9e5d4ce0.tar.gz
talos-obmc-uboot-67172528377eddaa8098b8085b8406dc9e5d4ce0.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/vexpress_aemv8a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 6f31fcf919..0897932095 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -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
OpenPOWER on IntegriCloud