summaryrefslogtreecommitdiff
path: root/configs/sama5d2_xplained_spiflash_defconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2016-10-17 01:55:26 (GMT)
committerAndreas Bießmann <andreas@biessmann.org>2016-10-28 16:37:15 (GMT)
commit2992dd833d11cd988125b11ae72bc18e53b0b2ab (patch)
tree04585d839f6422e6fa3e38b20321afbea247af9a /configs/sama5d2_xplained_spiflash_defconfig
parent0daa2e1870762ebf0a9ae97a6a923e938faddbc4 (diff)
downloadu-boot-fsl-qoriq-2992dd833d11cd988125b11ae72bc18e53b0b2ab.tar.xz
board: sama5d2_xplained: Enable an early debug UART
Enable an early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'configs/sama5d2_xplained_spiflash_defconfig')
-rw-r--r--configs/sama5d2_xplained_spiflash_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_spiflash_defconfig b/configs/sama5d2_xplained_spiflash_defconfig
index b49d2ad..51594e7 100644
--- a/configs/sama5d2_xplained_spiflash_defconfig
+++ b/configs/sama5d2_xplained_spiflash_defconfig
@@ -51,6 +51,12 @@ CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_ATMEL=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_AT91PIO4=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_ATMEL=y
+CONFIG_DEBUG_UART_BASE=0xf8020000
+CONFIG_DEBUG_UART_CLOCK=0
+CONFIG_DEBUG_UART_BOARD_INIT=y
+CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_ATMEL_USART=y
CONFIG_DM_SPI=y
CONFIG_ATMEL_SPI=y