summaryrefslogtreecommitdiff
path: root/configs/am43xx_hs_evm_defconfig
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-08-11 08:57:04 (GMT)
committerTom Rini <trini@konsulko.com>2016-08-12 13:23:48 (GMT)
commit568d492a07c142b05d3b759ba8337698bae76e69 (patch)
tree7822d786ff9ff5e6b99c22aa377264d485a4c6c1 /configs/am43xx_hs_evm_defconfig
parent1f01962e0fde9d3e57318e9f6e05c45d8ef2a783 (diff)
downloadu-boot-fsl-qoriq-568d492a07c142b05d3b759ba8337698bae76e69.tar.xz
defconfig: am43xx_evm: enable eth driver model
Enable eth driver model for am43xx_evm as cpsw supports driver model. This was already added with the commit bc705ea1cf12 but with commit 4c4e3b37750f to add fit support CONFIG_DM_ETH was missed. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Cc: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am43xx_hs_evm_defconfig')
-rw-r--r--configs/am43xx_hs_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
index c8ce723..1553196 100644
--- a/configs/am43xx_hs_evm_defconfig
+++ b/configs/am43xx_hs_evm_defconfig
@@ -59,3 +59,4 @@ CONFIG_G_DNL_VENDOR_NUM=0x0403
CONFIG_G_DNL_PRODUCT_NUM=0xbd00
CONFIG_SPL_OF_LIBFDT=y
CONFIG_DM_I2C=y
+CONFIG_DM_ETH=y