diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2016-10-17 09:55:26 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas@biessmann.org> | 2016-10-28 18:37:15 +0200 |
commit | 2992dd833d11cd988125b11ae72bc18e53b0b2ab (patch) | |
tree | 04585d839f6422e6fa3e38b20321afbea247af9a /include | |
parent | 0daa2e1870762ebf0a9ae97a6a923e938faddbc4 (diff) | |
download | u-boot-2992dd833d11cd988125b11ae72bc18e53b0b2ab.tar.gz u-boot-2992dd833d11cd988125b11ae72bc18e53b0b2ab.tar.bz2 u-boot-2992dd833d11cd988125b11ae72bc18e53b0b2ab.zip |
board: sama5d2_xplained: Enable an early debug UART
Enable an 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>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sama5d2_xplained.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index 7fb2bdcd4c..f6946453e5 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -15,6 +15,8 @@ #include "at91-sama5_common.h" +#define CONFIG_BOARD_EARLY_INIT_F + #define CONFIG_MISC_INIT_R /* SDRAM */ |