Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
 board/eltec/elppc/eepro100_srom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/eltec/elppc/eepro100_srom.c 
b/board/eltec/elppc/eepro100_srom.c
index f021c50..1b6d1e0 100644
--- a/board/eltec/elppc/eepro100_srom.c
+++ b/board/eltec/elppc/eepro100_srom.c
@@ -96,7 +96,7 @@ void eepro100_srom_load (unsigned short *destination)
 
     for (count=0; count < 0x40; count++)
     {
-       *destination++ = read_eeprom (struct eth_device*)&onboard_dev,
+       *destination++ = read_eeprom ((struct eth_device*)&onboard_dev,
                 count, EE_ADDR_BITS);
 #ifdef DEBUG
        printf ("%04x ", *(destination - 1));
-- 
1.5.6.1


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to