[U-Boot] [PATCH v2 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial
Simon Glass
sjg at chromium.org
Sat Feb 7 19:51:48 CET 2015
Adjust Kconfig to default to driver model for glacier, canyonlands and
arches.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Add SYS_MALLOC_F to Kconfig
board/amcc/canyonlands/Kconfig | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig
index 0fc6877..1617d95 100644
--- a/board/amcc/canyonlands/Kconfig
+++ b/board/amcc/canyonlands/Kconfig
@@ -29,4 +29,16 @@ config ARCHES
endchoice
+config DM
+ default y
+
+config DM_SERIAL
+ default y
+
+config SYS_MALLOC_F
+ default y
+
+config SYS_MALLOC_F_LEN
+ default 0x400
+
endif
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list