[U-Boot] [PATCH 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial
Simon Glass
sjg at chromium.org
Mon Dec 15 15:19:50 CET 2014
Adjust Kconfig to default to driver model for glacier, canyonlands and
arches.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
board/amcc/canyonlands/Kconfig | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig
index 0fc6877..cbc5ff9 100644
--- a/board/amcc/canyonlands/Kconfig
+++ b/board/amcc/canyonlands/Kconfig
@@ -29,4 +29,13 @@ config ARCHES
endchoice
+config DM
+ default y
+
+config DM_SERIAL
+ default y
+
+config SYS_MALLOC_F_LEN
+ default 0x400
+
endif
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list