diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-09-07 19:19:31 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:28:50 +0800 |
commit | 51068bcfc977538e3d3e1e32d9fccd0e1cacc501 (patch) | |
tree | b96bbed36b4da821da729f7da7af70b00d86003e /configs | |
parent | e6e2c15d487c0dce423c145233d1feab7798bc50 (diff) | |
download | u-boot-imx-51068bcfc977538e3d3e1e32d9fccd0e1cacc501.zip u-boot-imx-51068bcfc977538e3d3e1e32d9fccd0e1cacc501.tar.gz u-boot-imx-51068bcfc977538e3d3e1e32d9fccd0e1cacc501.tar.bz2 |
nios2: enable Driver Model
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nios2-generic_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |