diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-10 16:54:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-23 10:21:41 -0500 |
commit | fa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2 (patch) | |
tree | 6bb004844ba542e9b68919ad046cfcd0c52e216d /configs/zynq_cse_qspi_defconfig | |
parent | f0f6917188ad660cf002c10095f46ecf748b8f58 (diff) |
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_defconfig | 3 |
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 |