Dear Stefan Roese, In message <[email protected]> you wrote: > This patch fixes the compilation problem introduced with commit > e3c78c9b [ppc4xx: Remove now unused CONFIG_UART1_CONSOLE]: > > -> ./MAKEALL TB5200 > Configuring for TB5200 board... > serial.c: In function '__default_serial_console': > serial.c:94: warning: no return statement in function returning non-void > > I accidentally removed an "#else" line. This patch adds it back. > > Signed-off-by: Stefan Roese <[email protected]> > --- > common/serial.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "If anything can go wrong, it will." - Edsel Murphy _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

