summaryrefslogtreecommitdiffstats
path: root/board/amcc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-07 11:51:48 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:32 -0700
commit5d418fdb99abb1f8e165c358087b90c46dcb5c00 (patch)
tree00cfb015c096bf6f078d91e77fd75a0527bfff37 /board/amcc
parentfad486ce51b7ae96f5004e50249c675d5ac20136 (diff)
downloadblackbird-obmc-uboot-5d418fdb99abb1f8e165c358087b90c46dcb5c00.tar.gz
blackbird-obmc-uboot-5d418fdb99abb1f8e165c358087b90c46dcb5c00.zip
dm: powerpc: ppc4xx: Move glacier to use driver model for serial
Adjust Kconfig to default to driver model for glacier, canyonlands and arches. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/amcc')
-rw-r--r--board/amcc/canyonlands/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig
index 0fc687739c..de709148b3 100644
--- a/board/amcc/canyonlands/Kconfig
+++ b/board/amcc/canyonlands/Kconfig
@@ -29,4 +29,18 @@ config ARCHES
endchoice
+config DM
+ default y
+
+config DM_SERIAL
+ default y
+
+config SYS_MALLOC_F
+ bool
+ default y
+
+config SYS_MALLOC_F_LEN
+ hex
+ default 0x400
+
endif
OpenPOWER on IntegriCloud