diff mbox series

[V2,1/2] pico-imx7d: Disable USB_ETHER support for bl33 defconfig

Message ID 20200105232209.6819-1-offougajoris@gmail.com
State Accepted
Commit e8f4788eb8829fcaf8f8d5ec8fc495b6e9d6d0c5
Delegated to: Stefano Babic
Headers show
Series [V2,1/2] pico-imx7d: Disable USB_ETHER support for bl33 defconfig | expand

Commit Message

Joris OFFOUGA Jan. 5, 2020, 11:22 p.m. UTC
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(-)

Comments

Stefano Babic Jan. 6, 2020, 12:13 p.m. UTC | #1
On 06/01/20 00:22, Joris Offouga wrote:
> 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
> 

Reviewed-by: Stefano Babic <sbabic@denx.de>

Bext regards,
Stefano Babic
Stefano Babic Jan. 15, 2020, 12:47 p.m. UTC | #2
> 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>
> Reviewed-by: Stefano Babic <sbabic@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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