public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH V2 1/2] pico-imx7d: Disable USB_ETHER support for bl33 defconfig
@ 2020-01-05 23:22 Joris Offouga
  2020-01-05 23:22 ` [PATCH V2 2/2] pico-imx7d: Convert to DM_ETH Joris Offouga
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joris Offouga @ 2020-01-05 23:22 UTC (permalink / raw)
  To: u-boot

For DM_ETH support , it's require to disable this config.
When this config is enable, This generate a error with spl in linker script

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 configs/pico-imx7d_bl33_defconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configs/pico-imx7d_bl33_defconfig b/configs/pico-imx7d_bl33_defconfig
index e54f3b12d4..a32b4d680f 100644
--- a/configs/pico-imx7d_bl33_defconfig
+++ b/configs/pico-imx7d_bl33_defconfig
@@ -64,9 +64,6 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525
 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
 CONFIG_USB_GADGET_DOWNLOAD=y
-CONFIG_USB_ETHER=y
-CONFIG_USB_ETH_CDC=y
-CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
 CONFIG_DM_VIDEO=y
 CONFIG_VIDEO_BPP8=y
 CONFIG_VIDEO_BPP16=y
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-15 12:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-05 23:22 [PATCH V2 1/2] pico-imx7d: Disable USB_ETHER support for bl33 defconfig Joris Offouga
2020-01-05 23:22 ` [PATCH V2 2/2] pico-imx7d: Convert to DM_ETH Joris Offouga
2020-01-06 12:14   ` Stefano Babic
2020-01-15 12:46   ` sbabic at denx.de
2020-01-06 12:13 ` [PATCH V2 1/2] pico-imx7d: Disable USB_ETHER support for bl33 defconfig Stefano Babic
2020-01-15 12:47 ` sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox