summaryrefslogtreecommitdiffstats
path: root/common/altera.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-07 22:36:40 +0000
committerwdenk <wdenk>2005-04-07 22:36:40 +0000
commitb77fad3b25402559247faac95bc23bd2981f0d11 (patch)
tree89c38479fc5890b76a73e943f77430491e864253 /common/altera.c
parent7ec25502382e6097f0d8d31a3105acc3b159b0d6 (diff)
downloadblackbird-obmc-uboot-b77fad3b25402559247faac95bc23bd2981f0d11.tar.gz
blackbird-obmc-uboot-b77fad3b25402559247faac95bc23bd2981f0d11.zip
* Patch by Steven Scholz, 07 Apr 2005:
Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C * Patch by Steven Scholz, 07 Apr 2005: Fix compiler warning in altera.c * Patch by Ladislav Michl, 06 Apr 2005: Fix voiceblue configuration.
Diffstat (limited to 'common/altera.c')
-rw-r--r--common/altera.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/altera.c b/common/altera.c
index 31b3728ef5..ebd50382c6 100644
--- a/common/altera.c
+++ b/common/altera.c
@@ -158,6 +158,7 @@ int altera_info( Altera_desc *desc )
/* Add new family types here */
default:
/* we don't need a message here - we give one up above */
+ break;
}
} else {
printf ("No Device Function Table.\n");
OpenPOWER on IntegriCloud