diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-11-19 15:10:19 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-26 10:50:55 +0100 |
commit | a204ac71d27d1d899d6e85a29573beb267f4131c (patch) | |
tree | 0cbe1ec2c94581056f1f54e8b0f79db6e6a115b8 /configs/zynq_cse_qspi_defconfig | |
parent | f4653350ba00e882b58115d4e9315ad5bc931f85 (diff) | |
download | u-boot-a204ac71d27d1d899d6e85a29573beb267f4131c.tar.gz |
ARM: zynq: cse: Disable autoboot feature
Intention of CSE targets is not boot anything that's why also bootdelay
is not necessary
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_cse_qspi_defconfig')
-rw-r--r-- | configs/zynq_cse_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig index e271cca690..2aee069bb1 100644 --- a/configs/zynq_cse_qspi_defconfig +++ b/configs/zynq_cse_qspi_defconfig @@ -21,6 +21,7 @@ CONFIG_SPL_SPI_LOAD=y # CONFIG_AUTO_COMPLETE is not set # CONFIG_SYS_LONGHELP is not set CONFIG_SYS_PROMPT="Zynq> " +# CONFIG_AUTOBOOT is not set # CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set |