Re: [U-Boot] [PATCH 2/2] integrator: switch to DM serial port

2015-04-22 Thread Tom Rini
On Wed, Apr 22, 2015 at 03:17:03PM +0200, Linus Walleij wrote: > On Wed, Apr 22, 2015 at 12:35 AM, Simon Glass wrote: > > On 21 April 2015 at 07:36, Linus Walleij wrote: > >> This switches the Integrator boards over to using the device model > >> for its serial ports. > >> > >> Cc: Masahiro Yamad

Re: [U-Boot] [PATCH 2/2] integrator: switch to DM serial port

2015-04-22 Thread Linus Walleij
On Wed, Apr 22, 2015 at 12:35 AM, Simon Glass wrote: > On 21 April 2015 at 07:36, Linus Walleij wrote: >> This switches the Integrator boards over to using the device model >> for its serial ports. >> >> Cc: Masahiro Yamada >> Signed-off-by: Linus Walleij (...) >> +#define CONFIG_SYS_MALLOC_F_L

Re: [U-Boot] [PATCH 2/2] integrator: switch to DM serial port

2015-04-21 Thread Simon Glass
Hi Linus, On 21 April 2015 at 07:36, Linus Walleij wrote: > This switches the Integrator boards over to using the device model > for its serial ports. > > Cc: Masahiro Yamada > Signed-off-by: Linus Walleij > --- > board/armltd/integrator/integrator.c | 18 ++ > include/configs/

[U-Boot] [PATCH 2/2] integrator: switch to DM serial port

2015-04-21 Thread Linus Walleij
This switches the Integrator boards over to using the device model for its serial ports. Cc: Masahiro Yamada Signed-off-by: Linus Walleij --- board/armltd/integrator/integrator.c | 18 ++ include/configs/integrator-common.h | 8 include/configs/integratorap.h |