summaryrefslogtreecommitdiff
path: root/configs/at91sam9263ek_norflash_defconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-04-18 15:31:02 +0800
committerSimon Glass <sjg@chromium.org>2017-05-09 12:14:16 -0600
commiteaa59b3404cdcfc190810d5083c164ac18eb8ab7 (patch)
tree54260a9510fc42c1ed0302d803409a85a1995afb /configs/at91sam9263ek_norflash_defconfig
parentbbd76227dc37377c170b6ab26ae6e594906a323f (diff)
board: at91sam9263ek: 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/at91sam9263ek_norflash_defconfig')
-rw-r--r--configs/at91sam9263ek_norflash_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/at91sam9263ek_norflash_defconfig b/configs/at91sam9263ek_norflash_defconfig
index a39d096187..824c366c44 100644
--- a/configs/at91sam9263ek_norflash_defconfig
+++ b/configs/at91sam9263ek_norflash_defconfig
@@ -36,6 +36,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=0xffffee00
+CONFIG_DEBUG_UART_CLOCK=100000000
+CONFIG_DEBUG_UART_BOARD_INIT=y
+CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_ATMEL_USART=y
CONFIG_MTD_NOR_FLASH=y
CONFIG_USB=y