diff options
| author | Wenyou Yang <[email protected]> | 2016-10-17 09:55:26 +0800 |
|---|---|---|
| committer | Andreas Bießmann <[email protected]> | 2016-10-28 18:37:15 +0200 |
| commit | 2992dd833d11cd988125b11ae72bc18e53b0b2ab (patch) | |
| tree | 04585d839f6422e6fa3e38b20321afbea247af9a /include | |
| parent | 0daa2e1870762ebf0a9ae97a6a923e938faddbc4 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Andreas Bießmann <[email protected]>
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 7fb2bdcd4c2..f6946453e5d 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 */ |
