summaryrefslogtreecommitdiff
path: root/configs/zynq_cse_qspi_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-02-11 00:54:38 +0300
committerTom Rini <trini@konsulko.com>2018-02-23 18:21:41 +0300
commitfa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2 (patch)
tree6bb004844ba542e9b68919ad046cfcd0c52e216d /configs/zynq_cse_qspi_defconfig
parentf0f6917188ad660cf002c10095f46ecf748b8f58 (diff)
downloadu-boot-fa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2.tar.xz
configs: Re-sync with CONFIG_DISTRO_DEFAULTS
A number of platforms include config_distro_defaults.h but do not enable CONFIG_DISTRO_DEFAULTS. As they plainly intended to, set that flag and re-sync config files. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/zynq_cse_qspi_defconfig')
-rw-r--r--configs/zynq_cse_qspi_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig
index 3b89c2f0d4..1d08dd2ba2 100644
--- a/configs/zynq_cse_qspi_defconfig
+++ b/configs/zynq_cse_qspi_defconfig
@@ -6,8 +6,10 @@ CONFIG_SPL_STACK_R_ADDR=0x200000
# CONFIG_ZYNQ_DDRC_INIT is not set
CONFIG_DEFAULT_DEVICE_TREE="zynq-cse-qspi-single"
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_DISPLAY_CPUINFO is not set
CONFIG_SPL=y
CONFIG_SPL_STACK_R=y
@@ -17,7 +19,6 @@ CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_BOOTD is not set
# CONFIG_CMD_BOOTM is not set
# CONFIG_CMD_ELF is not set
-# CONFIG_CMD_FDT is not set
# CONFIG_CMD_GO is not set
# CONFIG_CMD_RUN is not set
# CONFIG_CMD_IMI is not set