summaryrefslogtreecommitdiff
path: root/configs/topic_miamiplus_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-06-04 08:33:30 +0200
committerTom Rini <trini@konsulko.com>2018-06-04 11:25:30 -0400
commitdcd8a102ca33b6b15bc578076d3a50f66e6d3af3 (patch)
tree7b4d7ddc87c166b205417dd760f6eee41a49fdb4 /configs/topic_miamiplus_defconfig
parent809e0e398a91db7bf8b4d6259d9bfc6fbd6bce83 (diff)
downloadu-boot-dcd8a102ca33b6b15bc578076d3a50f66e6d3af3.tar.gz
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/topic_miamiplus_defconfig')
-rw-r--r--configs/topic_miamiplus_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig
index 9710d95509..7455e86622 100644
--- a/configs/topic_miamiplus_defconfig
+++ b/configs/topic_miamiplus_defconfig
@@ -4,6 +4,8 @@ CONFIG_SYS_CONFIG_NAME="topic_miami"
CONFIG_ARCH_ZYNQ=y
CONFIG_SYS_TEXT_BASE=0x4000000
CONFIG_SPL=y
+CONFIG_DEBUG_UART_BASE=0xe0000000
+CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_SPL_STACK_R_ADDR=0x200000
CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt"
CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamiplus"
@@ -43,8 +45,6 @@ CONFIG_SPI_FLASH_STMICRO=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
# CONFIG_NETDEVICES is not set
CONFIG_DEBUG_UART_ZYNQ=y
-CONFIG_DEBUG_UART_BASE=0xe0000000
-CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_ZYNQ_SERIAL=y
CONFIG_ZYNQ_QSPI=y
CONFIG_USB=y