diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-06-04 08:33:30 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-04 11:25:30 -0400 |
commit | dcd8a102ca33b6b15bc578076d3a50f66e6d3af3 (patch) | |
tree | 7b4d7ddc87c166b205417dd760f6eee41a49fdb4 /configs/xilinx_zynqmp_r5_defconfig | |
parent | 809e0e398a91db7bf8b4d6259d9bfc6fbd6bce83 (diff) | |
download | u-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/xilinx_zynqmp_r5_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_r5_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/xilinx_zynqmp_r5_defconfig b/configs/xilinx_zynqmp_r5_defconfig index 46715242e7..52b3f75902 100644 --- a/configs/xilinx_zynqmp_r5_defconfig +++ b/configs/xilinx_zynqmp_r5_defconfig @@ -1,6 +1,8 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQMP_R5=y CONFIG_SYS_TEXT_BASE=0x10000000 +CONFIG_DEBUG_UART_BASE=0xff010000 +CONFIG_DEBUG_UART_CLOCK=100000000 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5" CONFIG_DEBUG_UART=y # CONFIG_DISPLAY_CPUINFO is not set @@ -9,8 +11,6 @@ CONFIG_SYS_PROMPT="ZynqMP r5> " # CONFIG_CMD_SETEXPR is not set CONFIG_OF_EMBED=y CONFIG_DEBUG_UART_ZYNQ=y -CONFIG_DEBUG_UART_BASE=0xff010000 -CONFIG_DEBUG_UART_CLOCK=100000000 CONFIG_ZYNQ_SERIAL=y CONFIG_TIMER=y CONFIG_CADENCE_TTC_TIMER=y |