diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-11-02 10:38:16 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-11-28 15:53:08 +0100 |
commit | 20dff6f153693ece2b1a338b24a9e7dd0f2accee (patch) | |
tree | 4a1a16395cc90e021030676c52871827dc3251e8 /configs/zynq_zc770_xm010_defconfig | |
parent | 534f7e0235ae95a7325e418d77a1dd661eee0d11 (diff) | |
download | u-boot-20dff6f153693ece2b1a338b24a9e7dd0f2accee.tar.gz |
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_xm010_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm010_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm010_defconfig b/configs/zynq_zc770_xm010_defconfig index dbca4a62ef..c70ac6bec2 100644 --- a/configs/zynq_zc770_xm010_defconfig +++ b/configs/zynq_zc770_xm010_defconfig @@ -11,6 +11,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 |