diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-11-19 15:29:59 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-26 10:50:55 +0100 |
commit | f4653350ba00e882b58115d4e9315ad5bc931f85 (patch) | |
tree | e295c001fe0d9dcec2c041a3cfeebc89e0824546 /configs/zynq_cse_qspi_defconfig | |
parent | 0dc69f4193cb5ad8bbb57cb64435734f5fbbe81a (diff) | |
download | u-boot-f4653350ba00e882b58115d4e9315ad5bc931f85.tar.gz |
ARM: zynq: cse: Disable distro bootcommands
cse targets shouldn't never have distro default enabled because these
targets are not designed for booting images.
It was enabled by:
"configs: Re-sync with CONFIG_DISTRO_DEFAULTS"
(sha1: fa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2)
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig index 2e1e34d0ae..e271cca690 100644 --- a/configs/zynq_cse_qspi_defconfig +++ b/configs/zynq_cse_qspi_defconfig @@ -11,15 +11,15 @@ CONFIG_SPL_STACK_R_ADDR=0x200000 CONFIG_SYS_MALLOC_LEN=0x1000 # CONFIG_CMD_ZYNQ is not set CONFIG_DEBUG_UART=y -CONFIG_DISTRO_DEFAULTS=y # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set -CONFIG_BOOTDELAY=-1 -# CONFIG_USE_BOOTCOMMAND is not set # CONFIG_BOARD_LATE_INIT is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_ARCH_EARLY_INIT_R is not set CONFIG_SPL_STACK_R=y CONFIG_SPL_SPI_LOAD=y +# CONFIG_CMDLINE_EDITING is not set +# CONFIG_AUTO_COMPLETE is not set +# CONFIG_SYS_LONGHELP is not set CONFIG_SYS_PROMPT="Zynq> " # CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set |