diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2017-04-18 15:31:02 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-05-09 12:14:16 -0600 |
commit | eaa59b3404cdcfc190810d5083c164ac18eb8ab7 (patch) | |
tree | 54260a9510fc42c1ed0302d803409a85a1995afb /configs/at91sam9263ek_norflash_boot_defconfig | |
parent | bbd76227dc37377c170b6ab26ae6e594906a323f (diff) | |
download | u-boot-eaa59b3404cdcfc190810d5083c164ac18eb8ab7.tar.gz |
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_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/at91sam9263ek_norflash_boot_defconfig b/configs/at91sam9263ek_norflash_boot_defconfig index 4f8d19b9b1..21480c5d07 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 |