Adjust Kconfig to default to driver model for glacier, canyonlands and
arches.

Signed-off-by: Simon Glass <s...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to