Skip to content
Snippets Groups Projects
Commit 5d418fdb authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent fad486ce
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment