Re: [U-Boot] [PATCH 1/1] m68k/lib: fix serial driver relocation

2013-01-11 Thread Tom Rini
On Fri, Jan 11, 2013 at 03:45:26PM +0100, Jens Scharsig wrote: > Am 2012-11-23 23:23, schrieb Angelo Dureghello: > > Fix coldfire serial driver bindings no more relocated to ram after last > > changes to drivers/serial/serial.c (regression). > > Serial initialization in ram has to be called after t

Re: [U-Boot] [PATCH 1/1] m68k/lib: fix serial driver relocation

2013-01-11 Thread Jens Scharsig
Am 2012-11-23 23:23, schrieb Angelo Dureghello: > Fix coldfire serial driver bindings no more relocated to ram after last > changes to drivers/serial/serial.c (regression). > Serial initialization in ram has to be called after that gd->reloc_off is > calculated. > > Signed-off-by: Angelo Dureghell

[U-Boot] [PATCH 1/1] m68k/lib: fix serial driver relocation

2012-11-23 Thread Angelo Dureghello
Fix coldfire serial driver bindings no more relocated to ram after last changes to drivers/serial/serial.c (regression). Serial initialization in ram has to be called after that gd->reloc_off is calculated. Signed-off-by: Angelo Dureghello Cc: Jason Jin --- diff --git a/arch/m68k/lib/board.c b/a