Re: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-20 Thread Jean-Jacques Hiblot
On 20/11/2018 10:09, Jean-Jacques Hiblot wrote: Hi Sven, On 18/11/2018 21:46, Tom Rini wrote: On Sun, Nov 18, 2018 at 08:05:11PM +0100, Sven Schwermer wrote: This configuration doesn't use USB in the SPL, so we need to disable driver model for USB in the SPL. Signed-off-by: Sven Schwermer

Re: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-20 Thread Jean-Jacques Hiblot
Hi Sven, On 18/11/2018 21:46, Tom Rini wrote: On Sun, Nov 18, 2018 at 08:05:11PM +0100, Sven Schwermer wrote: This configuration doesn't use USB in the SPL, so we need to disable driver model for USB in the SPL. Signed-off-by: Sven Schwermer How many other boards will need such a patch ?

Re: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-18 Thread Tom Rini
On Sun, Nov 18, 2018 at 08:05:11PM +0100, Sven Schwermer wrote: > >>> This configuration doesn't use USB in the SPL, so we need to disable > >>> driver model for USB in the SPL. > >>> > >>> Signed-off-by: Sven Schwermer > >> > >> How many other boards will need such a patch ? > > > > In this

Re: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-18 Thread Marek Vasut
On 11/18/2018 08:05 PM, Sven Schwermer wrote: This configuration doesn't use USB in the SPL, so we need to disable driver model for USB in the SPL. Signed-off-by: Sven Schwermer >>> > >>> >>> How many other boards will need such a patch ? >> >> In

Re: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-18 Thread Sven Schwermer
>>> This configuration doesn't use USB in the SPL, so we need to disable >>> driver model for USB in the SPL. >>> >>> Signed-off-by: Sven Schwermer >> >> How many other boards will need such a patch ? > > In this case, "all" am335x boards should as only am43xx and later offer > ROM loads SPL

Re: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-18 Thread Tom Rini
On Sun, Nov 18, 2018 at 04:33:34AM +0100, Marek Vasut wrote: > On 11/16/2018 12:04 PM, Sven Schwermer wrote: > > This configuration doesn't use USB in the SPL, so we need to disable > > driver model for USB in the SPL. > > > > Signed-off-by: Sven Schwermer > > How many other boards will need

Re: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-17 Thread Marek Vasut
On 11/16/2018 12:04 PM, Sven Schwermer wrote: > This configuration doesn't use USB in the SPL, so we need to disable > driver model for USB in the SPL. > > Signed-off-by: Sven Schwermer How many other boards will need such a patch ? > --- > configs/am335x_evm_defconfig | 3 ++- > 1 file

[U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB

2018-11-17 Thread Sven Schwermer
This configuration doesn't use USB in the SPL, so we need to disable driver model for USB in the SPL. Signed-off-by: Sven Schwermer --- configs/am335x_evm_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig