summaryrefslogtreecommitdiff
path: root/configs/zynq_zc770_xm011_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2017-11-02 10:38:16 +0100
committerMichal Simek <michal.simek@xilinx.com>2017-11-28 15:53:08 +0100
commit20dff6f153693ece2b1a338b24a9e7dd0f2accee (patch)
tree4a1a16395cc90e021030676c52871827dc3251e8 /configs/zynq_zc770_xm011_defconfig
parent534f7e0235ae95a7325e418d77a1dd661eee0d11 (diff)
arm: zynq: Enable bootz command for Xilinx platforms
bootz command is valid way how to boot Linux kernel. Enable it by default. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm011_defconfig')
-rw-r--r--configs/zynq_zc770_xm011_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig
index b1511d81f7..193c118c57 100644
--- a/configs/zynq_zc770_xm011_defconfig
+++ b/configs/zynq_zc770_xm011_defconfig
@@ -12,6 +12,7 @@ CONFIG_SPL=y
CONFIG_SPL_OS_BOOT=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
+CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_FPGA_LOADBP=y
CONFIG_CMD_FPGA_LOADFS=y