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:
e6e2c15
)
nios2: enable Driver Model
author
Thomas Chou
<thomas@wytron.com.tw>
Mon, 7 Sep 2015 11:19:31 +0000
(19:19 +0800)
committer
Thomas Chou
<thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:28:50 +0000
(07:28 +0800)
Enable the Driver Model config. The driver subsystems
are not enabled until we enable each of them.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
configs/nios2-generic_defconfig
patch
|
blob
|
history
diff --git
a/configs/nios2-generic_defconfig
b/configs/nios2-generic_defconfig
index 09cc51e1cb264cf569a9119421bfa191516bf298..2acf45de57a5c6a7c223d25b528542a843a14507 100644
(file)
--- a/
configs/nios2-generic_defconfig
+++ b/
configs/nios2-generic_defconfig
@@
-1,4
+1,5
@@
CONFIG_NIOS2=y
+# CONFIG_SYS_MALLOC_F is not set
CONFIG_TARGET_NIOS2_GENERIC=y
CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard"
CONFIG_HUSH_PARSER=y
@@
-13,3
+14,4
@@
CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_OF_CONTROL=y
CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_DM=y