[U-Boot] [PATCH 19/19] powerpc: ppc4xx: Provide early debug UART defaults
Simon Glass
sjg at chromium.org
Mon Dec 15 15:19:54 CET 2014
Provide defaults so that the early debug UART can be enabled.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list