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>
This commit is contained in:
Simon Glass 2015-02-07 11:51:48 -07:00
parent fad486ce51
commit 5d418fdb99

View File

@ -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