From: Andrej Rosano Date: Tue, 17 Aug 2021 09:34:03 +0000 (+0200) Subject: imx53: usbarmory: Use ethernet driver model X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=23ce06b24648a46e9fc6fa82c40e95f13078c0f4;p=u-boot.git imx53: usbarmory: Use ethernet driver model Enable ethernet driver model as it is mandatory. Signed-off-by: Andrej Rosano --- diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig index f259554645..a4cdccad2b 100644 --- a/configs/usbarmory_defconfig +++ b/configs/usbarmory_defconfig @@ -39,3 +39,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_MXC_UART=y CONFIG_USB=y CONFIG_USB_EHCI_MX5=y +CONFIG_DM_ETH=y