projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663f6fc
)
configs: da850evm: enable bootz command
author
Sekhar Nori
<nsekhar@ti.com>
Tue, 12 Jul 2016 10:54:48 +0000
(16:24 +0530)
committer
Tom Rini
<trini@konsulko.com>
Thu, 14 Jul 2016 22:22:45 +0000
(18:22 -0400)
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@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
configs/da850evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/da850evm_defconfig
b/configs/da850evm_defconfig
index 0e281a5e672c4ad10beeb005e8685c52da57158d..40ab975f02b9064ec8bd8de54230ad49c080e13f 100644
(file)
--- 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