diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-11-29 14:36:51 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-29 15:11:47 +0100 |
commit | e22687c190d8af3ae11ef1db27f4e0e037367510 (patch) | |
tree | 27fde31e3b84fbb4f571b1a9f91e52e67aa34cb3 /configs/xilinx_zynqmp_mini_qspi_defconfig | |
parent | e27e6eb6f9a224ca27b717e73da2c551b088ceb6 (diff) | |
download | u-boot-e22687c190d8af3ae11ef1db27f4e0e037367510.tar.gz |
arm64: zynqmp: Disable autoboot feature for mini
There is no reason to have autoboot enabled because it should never
start anything automatically.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_mini_qspi_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_mini_qspi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_mini_qspi_defconfig b/configs/xilinx_zynqmp_mini_qspi_defconfig index db129b6ce7..53766e2e19 100644 --- a/configs/xilinx_zynqmp_mini_qspi_defconfig +++ b/configs/xilinx_zynqmp_mini_qspi_defconfig @@ -8,13 +8,13 @@ CONFIG_ZYNQMP_NO_DDR=y # CONFIG_CMD_ZYNQMP is not set CONFIG_NR_DRAM_BANKS=1 # CONFIG_IMAGE_FORMAT_LEGACY is not set -CONFIG_BOOTDELAY=-1 # CONFIG_BOARD_LATE_INIT is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_CMDLINE_EDITING is not set # CONFIG_AUTO_COMPLETE is not set # CONFIG_SYS_LONGHELP is not set CONFIG_SYS_PROMPT="ZynqMP> " +# CONFIG_AUTOBOOT is not set # CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set |