summaryrefslogtreecommitdiff
path: root/configs/zynq_cse_qspi_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-06-04 09:33:30 +0300
committerTom Rini <trini@konsulko.com>2018-06-04 18:25:30 +0300
commitdcd8a102ca33b6b15bc578076d3a50f66e6d3af3 (patch)
tree7b4d7ddc87c166b205417dd760f6eee41a49fdb4 /configs/zynq_cse_qspi_defconfig
parent809e0e398a91db7bf8b4d6259d9bfc6fbd6bce83 (diff)
downloadu-boot-dcd8a102ca33b6b15bc578076d3a50f66e6d3af3.tar.xz
xilinx: Sync symbols location in defconfigs
CONFIG_DEBUG_UART_BASE and CONFIG_DEBUG_UART_CLOCK have changed that's why this sync. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_cse_qspi_defconfig')
-rw-r--r--configs/zynq_cse_qspi_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig
index 88049d2c2e..2425dfa38b 100644
--- a/configs/zynq_cse_qspi_defconfig
+++ b/configs/zynq_cse_qspi_defconfig
@@ -3,6 +3,8 @@ CONFIG_SYS_CONFIG_NAME="zynq_cse"
CONFIG_ARCH_ZYNQ=y
CONFIG_SYS_TEXT_BASE=0xFFFC0000
CONFIG_SPL=y
+CONFIG_DEBUG_UART_BASE=0x0
+CONFIG_DEBUG_UART_CLOCK=0
CONFIG_SPL_STACK_R_ADDR=0x200000
# CONFIG_ZYNQ_DDRC_INIT is not set
CONFIG_DEFAULT_DEVICE_TREE="zynq-cse-qspi-single"
@@ -56,7 +58,5 @@ CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_WINBOND=y
CONFIG_DEBUG_UART_ARM_DCC=y
-CONFIG_DEBUG_UART_BASE=0x0
-CONFIG_DEBUG_UART_CLOCK=0
CONFIG_ZYNQ_QSPI=y
# CONFIG_EFI_LOADER is not set