summaryrefslogtreecommitdiff
path: root/configs/at91sam9x5ek_spiflash_defconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-04-18 06:51:56 (GMT)
committerSimon Glass <sjg@chromium.org>2017-05-09 18:14:15 (GMT)
commit9daf89cb682bfa2aac037b7fa425eab7ad67b9b9 (patch)
tree4373e0b949fbd7241cae23316f2b80070615fb51 /configs/at91sam9x5ek_spiflash_defconfig
parent154de5ad0e6c5d66010c1dceb2ec8ca25de06aae (diff)
downloadu-boot-fsl-qoriq-9daf89cb682bfa2aac037b7fa425eab7ad67b9b9.tar.xz
board: at91sam9x5ek: Enable early debug UART
Enable the 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>
Diffstat (limited to 'configs/at91sam9x5ek_spiflash_defconfig')
-rw-r--r--configs/at91sam9x5ek_spiflash_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/at91sam9x5ek_spiflash_defconfig b/configs/at91sam9x5ek_spiflash_defconfig
index 8574525..75d25d8 100644
--- a/configs/at91sam9x5ek_spiflash_defconfig
+++ b/configs/at91sam9x5ek_spiflash_defconfig
@@ -40,6 +40,12 @@ CONFIG_MACB=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_AT91=y
CONFIG_DM_SERIAL=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_ATMEL=y
+CONFIG_DEBUG_UART_BASE=0xfffff200
+CONFIG_DEBUG_UART_CLOCK=132000000
+CONFIG_DEBUG_UART_BOARD_INIT=y
+CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_ATMEL_USART=y
CONFIG_DM_SPI=y
CONFIG_ATMEL_SPI=y