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 commitbc705ea1cf
but with commit4c4e3b3775
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>
This commit is contained in:
parent
1f01962e0f
commit
568d492a07
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user