commit | b04fde4960fc4a7a7552e57c8b292f5eef15f19a | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Oct 06 18:50:59 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 06 22:35:49 2010 +0200 |
tree | e2e6693f9dca6707dd188ef21b5e2a41fa1a3d9c | |
parent | faa0d2e65fa03d1c369041885a9d1784f2754a2a [diff] |
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>