From: Mugunthan V N Date: Thu, 11 Aug 2016 08:57:04 +0000 (+0530) Subject: defconfig: am43xx_evm: enable eth driver model X-Git-Tag: v2016.09-rc2~66 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=568d492a07c142b05d3b759ba8337698bae76e69;p=u-boot 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 Cc: Lokesh Vutla Reviewed-by: Tom Rini --- diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index b3fe2699fa..56782f1796 100644 --- a/configs/am43xx_evm_defconfig +++ b/configs/am43xx_evm_defconfig @@ -56,3 +56,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 diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig index c8ce72348e..1553196a1f 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