Re: [U-Boot] [BUGFIX PATCH] mips: serial: Fix busted manual relocation

2012-12-12 Thread Daniel Schwierzeck
Hi Joe, 2012/12/12 Joe Hershberger joe.hershber...@ni.com: serial_initialize() must be called after relocation to adjust the pointers to putc(), getc(), etc. This is busted ever since the serial driver-model-ification series. Signed-off-by: Joe Hershberger joe.hershber...@ni.com ---

[U-Boot] [BUGFIX PATCH] mips: serial: Fix busted manual relocation

2012-12-11 Thread Joe Hershberger
serial_initialize() must be called after relocation to adjust the pointers to putc(), getc(), etc. This is busted ever since the serial driver-model-ification series. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- arch/mips/lib/board.c | 2 ++ 1 file changed, 2 insertions(+) diff