[U-Boot] [PATCH] configs: da850evm: enable bootz command
Sekhar Nori
nsekhar at ti.com
Tue Jul 12 12:54:48 CEST 2016
Enable bootz command on Texas Instruments DA850 EVM
board. This helps it boot zImage with device-tree
blob passed.
Signed-off-by: Sekhar Nori <nsekhar at ti.com>
---
configs/da850evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index 0e281a5e672c..40ab975f02b9 100644
--- a/configs/da850evm_defconfig
+++ b/configs/da850evm_defconfig
@@ -5,6 +5,7 @@ CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="MAC_ADDR_IN_SPIFLASH"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTZ=y
CONFIG_SYS_PROMPT="U-Boot > "
# CONFIG_CMD_IMLS is not set
CONFIG_CMD_ASKENV=y
--
2.9.0
More information about the U-Boot
mailing list