diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2017-04-14 08:51:44 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-04-14 20:10:35 -0600 |
commit | 098d15bc773b5d86b04bd66a820583543c750aea (patch) | |
tree | bfa3f462df98c9db1eec2177e960a4e9a883bef0 /configs/sama5d3xek_spiflash_defconfig | |
parent | b6ceefedf7a5267cf1c8ff7483c9d684b2d637ba (diff) | |
download | u-boot-098d15bc773b5d86b04bd66a820583543c750aea.tar.gz |
board: sama5d3xek: 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>
Diffstat (limited to 'configs/sama5d3xek_spiflash_defconfig')
-rw-r--r-- | configs/sama5d3xek_spiflash_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sama5d3xek_spiflash_defconfig b/configs/sama5d3xek_spiflash_defconfig index 748f4da77c..069fbcc0a3 100644 --- a/configs/sama5d3xek_spiflash_defconfig +++ b/configs/sama5d3xek_spiflash_defconfig @@ -54,6 +54,12 @@ CONFIG_PINCTRL=y CONFIG_SPL_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=132000000 +CONFIG_DEBUG_UART_BOARD_INIT=y +CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_ATMEL_USART=y CONFIG_DM_SPI=y CONFIG_ATMEL_SPI=y |