Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Jean-Jacques Hiblot
On 22/11/2018 15:43, Tom Rini wrote: On Thu, Nov 22, 2018 at 03:25:07PM +0100, Jean-Jacques Hiblot wrote: On 22/11/2018 15:18, Tom Rini wrote: On Thu, Nov 22, 2018 at 02:36:11PM +0100, Jean-Jacques Hiblot wrote: Hi Tom, On 22/11/2018 13:45, Tom Rini wrote: On Thu, Nov 22, 2018 at 04:13:58P

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Tom Rini
On Thu, Nov 22, 2018 at 03:25:07PM +0100, Jean-Jacques Hiblot wrote: > > On 22/11/2018 15:18, Tom Rini wrote: > >On Thu, Nov 22, 2018 at 02:36:11PM +0100, Jean-Jacques Hiblot wrote: > >>Hi Tom, > >> > >> > >>On 22/11/2018 13:45, Tom Rini wrote: > >>>On Thu, Nov 22, 2018 at 04:13:58PM +0530, Lokesh

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Jean-Jacques Hiblot
On 22/11/2018 15:18, Tom Rini wrote: On Thu, Nov 22, 2018 at 02:36:11PM +0100, Jean-Jacques Hiblot wrote: Hi Tom, On 22/11/2018 13:45, Tom Rini wrote: On Thu, Nov 22, 2018 at 04:13:58PM +0530, Lokesh Vutla wrote: On 21/11/18 4:21 PM, Jean-Jacques Hiblot wrote: DM_USB is now supported in th

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Tom Rini
On Thu, Nov 22, 2018 at 02:36:11PM +0100, Jean-Jacques Hiblot wrote: > Hi Tom, > > > On 22/11/2018 13:45, Tom Rini wrote: > >On Thu, Nov 22, 2018 at 04:13:58PM +0530, Lokesh Vutla wrote: > >> > >>On 21/11/18 4:21 PM, Jean-Jacques Hiblot wrote: > >>>DM_USB is now supported in the SPL. Do not undef

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Jean-Jacques Hiblot
On 22/11/2018 11:43, Lokesh Vutla wrote: On 21/11/18 4:21 PM, Jean-Jacques Hiblot wrote: DM_USB is now supported in the SPL. Do not undef it Signed-off-by: Jean-Jacques Hiblot --- With this, I guess we can merge am335x_evm_usbspl_defconfig into am335x_evm_defconfig? or am I missing somet

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Tom Rini
On Wed, Nov 21, 2018 at 11:51:17AM +0100, Jean-Jacques Hiblot wrote: > DM_USB is now supported in the SPL. Do not undef it > > Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mai

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Jean-Jacques Hiblot
Hi Tom, On 22/11/2018 13:45, Tom Rini wrote: On Thu, Nov 22, 2018 at 04:13:58PM +0530, Lokesh Vutla wrote: On 21/11/18 4:21 PM, Jean-Jacques Hiblot wrote: DM_USB is now supported in the SPL. Do not undef it Signed-off-by: Jean-Jacques Hiblot --- With this, I guess we can merge am335x_evm_

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Tom Rini
On Thu, Nov 22, 2018 at 04:13:58PM +0530, Lokesh Vutla wrote: > > > On 21/11/18 4:21 PM, Jean-Jacques Hiblot wrote: > >DM_USB is now supported in the SPL. Do not undef it > > > >Signed-off-by: Jean-Jacques Hiblot > >--- > > With this, I guess we can merge am335x_evm_usbspl_defconfig into > am33

Re: [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-22 Thread Lokesh Vutla
On 21/11/18 4:21 PM, Jean-Jacques Hiblot wrote: DM_USB is now supported in the SPL. Do not undef it Signed-off-by: Jean-Jacques Hiblot --- With this, I guess we can merge am335x_evm_usbspl_defconfig into am335x_evm_defconfig? or am I missing something? Thanks and regards, Lokesh inc

[U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

2018-11-21 Thread Jean-Jacques Hiblot
DM_USB is now supported in the SPL. Do not undef it Signed-off-by: Jean-Jacques Hiblot --- include/configs/am335x_evm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 5d5b09b..3bd96b9 100644 --- a/include/configs/am335x_evm.h