diff mbox

[U-Boot] configs: da850evm: enable bootz command

Message ID 20160712105448.11961-1-nsekhar@ti.com
State Accepted
Commit 0ec807b2d861ae4555bc0d5459a2e97596671b09
Delegated to: Tom Rini
Headers show

Commit Message

Sekhar Nori July 12, 2016, 10:54 a.m. UTC
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>
---
 configs/da850evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 12, 2016, 12:16 p.m. UTC | #1
On Tue, Jul 12, 2016 at 04:24:48PM +0530, Sekhar Nori wrote:

> 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>
Kevin Hilman July 12, 2016, 5:28 p.m. UTC | #2
Sekhar Nori <nsekhar@ti.com> writes:

> 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>

Tested-by: Kevin Hilman <khilman@baylibre.com>

Thanks!  This was the only change I needed to use the latest mainline
u-boot on my da850evm.

Kevin
Tom Rini July 16, 2016, 1:51 p.m. UTC | #3
On Tue, Jul 12, 2016 at 04:24:48PM +0530, Sekhar Nori wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

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