]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial.c: Fix build breakage introduced with commit e3c78c9b
authorStefan Roese <sr@denx.de>
Wed, 6 Oct 2010 16:50:59 +0000 (18:50 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 6 Oct 2010 20:35:49 +0000 (22:35 +0200)
commite64901c01a891963c00eafd64c5891b1286240a3
treee2e6693f9dca6707dd188ef21b5e2a41fa1a3d9c
parent60f7da1f421cbbf6f54f3e9cde4e25b0a23a928a
serial.c: Fix build breakage introduced with commit e3c78c9b

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 <sr@denx.de>
common/serial.c