summaryrefslogtreecommitdiff
path: root/configs/at91sam9263ek_norflash_boot_defconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-04-18 07:31:02 (GMT)
committerSimon Glass <sjg@chromium.org>2017-05-09 18:14:16 (GMT)
commiteaa59b3404cdcfc190810d5083c164ac18eb8ab7 (patch)
tree54260a9510fc42c1ed0302d803409a85a1995afb /configs/at91sam9263ek_norflash_boot_defconfig
parentbbd76227dc37377c170b6ab26ae6e594906a323f (diff)
downloadu-boot-fsl-qoriq-eaa59b3404cdcfc190810d5083c164ac18eb8ab7.tar.xz
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_boot_defconfig')
-rw-r--r--configs/at91sam9263ek_norflash_boot_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/at91sam9263ek_norflash_boot_defconfig b/configs/at91sam9263ek_norflash_boot_defconfig
index 4f8d19b..21480c5 100644
--- a/configs/at91sam9263ek_norflash_boot_defconfig
+++ b/configs/at91sam9263ek_norflash_boot_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