* [U-Boot] [PATCH] nios2: enable Driver Model
@ 2015-09-07 2:49 Thomas Chou
2015-09-07 9:34 ` Marek Vasut
2015-09-07 11:22 ` Thomas Chou
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Chou @ 2015-09-07 2:49 UTC (permalink / raw)
To: u-boot
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>
---
configs/nios2-generic_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig
index 09cc51e..2acf45d 100644
--- 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
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-07 11:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 2:49 [U-Boot] [PATCH] nios2: enable Driver Model Thomas Chou
2015-09-07 9:34 ` Marek Vasut
2015-09-07 11:22 ` Thomas Chou
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox