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

2020-01-15 Thread sbabic
> 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 > Reviewed-by: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

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

2020-01-06 Thread Stefano Babic
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 > --- > configs/pico-imx7d_bl33_defconfig | 3 --- > 1 file changed, 3 deletions(-)

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

2020-01-05 Thread Joris Offouga
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 --- configs/pico-imx7d_bl33_defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/pico-imx7d_bl33_defconfig