diff options
author | wdenk <wdenk> | 2005-04-07 22:36:40 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-07 22:36:40 +0000 |
commit | b77fad3b25402559247faac95bc23bd2981f0d11 (patch) | |
tree | 89c38479fc5890b76a73e943f77430491e864253 /common | |
parent | 7ec25502382e6097f0d8d31a3105acc3b159b0d6 (diff) | |
download | u-boot-imx-b77fad3b25402559247faac95bc23bd2981f0d11.zip u-boot-imx-b77fad3b25402559247faac95bc23bd2981f0d11.tar.gz u-boot-imx-b77fad3b25402559247faac95bc23bd2981f0d11.tar.bz2 |
* 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')
-rw-r--r-- | common/altera.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/altera.c b/common/altera.c index 31b3728..ebd5038 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"); |