diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-07 11:51:48 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:32 -0700 |
commit | 5d418fdb99abb1f8e165c358087b90c46dcb5c00 (patch) | |
tree | 00cfb015c096bf6f078d91e77fd75a0527bfff37 /board/amcc | |
parent | fad486ce51b7ae96f5004e50249c675d5ac20136 (diff) |
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/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index 0fc687739ca..de709148b3d 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 |