
15 Dec
2014
15 Dec
'14
3:19 p.m.
Provide defaults so that the early debug UART can be enabled.
Signed-off-by: Simon Glass sjg@chromium.org ---
board/amcc/canyonlands/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index cbc5ff9..bfdf17a 100644 --- a/board/amcc/canyonlands/Kconfig +++ b/board/amcc/canyonlands/Kconfig @@ -38,4 +38,10 @@ config DM_SERIAL config SYS_MALLOC_F_LEN default 0x400
+config DEBUG_UART_BASE + default 0xef600300 + +config DEBUG_UART_CLOCK + default 7372800 + endif
--
2.2.0.rc0.207.ga3a616c