projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad486c
)
dm: powerpc: ppc4xx: Move glacier to use driver model for serial
author
Simon Glass
<sjg@chromium.org>
Sat, 7 Feb 2015 18:51:48 +0000
(11:51 -0700)
committer
Simon Glass
<sjg@chromium.org>
Thu, 12 Feb 2015 17:35:32 +0000
(10:35 -0700)
Adjust Kconfig to default to driver model for glacier, canyonlands and
arches.
Signed-off-by: Simon Glass <sjg@chromium.org>
board/amcc/canyonlands/Kconfig
patch
|
blob
|
history
diff --git
a/board/amcc/canyonlands/Kconfig
b/board/amcc/canyonlands/Kconfig
index 0fc687739ca89fea45537c024a48911a6bc33c3e..de709148b3d7865b6dd26b9c285e80dcb7850941 100644
(file)
--- 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