From: Sekhar Nori Date: Tue, 12 Jul 2016 10:54:48 +0000 (+0530) Subject: configs: da850evm: enable bootz command X-Git-Tag: v2016.09-rc1~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ec807b2d861ae4555bc0d5459a2e97596671b09;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Tom Rini Tested-by: Kevin Hilman --- diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index 0e281a5..40ab975 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