diff options
| author | Sekhar Nori <[email protected]> | 2016-07-12 16:24:48 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-07-14 18:22:45 -0400 |
| commit | 0ec807b2d861ae4555bc0d5459a2e97596671b09 (patch) | |
| tree | 6655e79103a09b717d1fc0d90dae349231b6d108 | |
| parent | 663f6fcaf0eb46999e8398e8fdbb7fdec6c372b8 (diff) | |
configs: da850evm: enable bootz command
Enable bootz command on Texas Instruments DA850 EVM
board. This helps it boot zImage with device-tree
blob passed.
Signed-off-by: Sekhar Nori <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Tested-by: Kevin Hilman <[email protected]>
| -rw-r--r-- | configs/da850evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index 0e281a5e672..40ab975f02b 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 |
