summaryrefslogtreecommitdiffstats
path: root/board/eltec
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-14 20:40:22 +0200
committerWolfgang Denk <wd@denx.de>2008-07-14 20:40:22 +0200
commit82b24a8a505fc81466484b3c55b574ee0b4205bc (patch)
tree89d546d671c470fe596563a58c85b0985c4763bc /board/eltec
parent0fe340585a6a48bd392d315b0dd84d068b1c3790 (diff)
downloadblackbird-obmc-uboot-82b24a8a505fc81466484b3c55b574ee0b4205bc.tar.gz
blackbird-obmc-uboot-82b24a8a505fc81466484b3c55b574ee0b4205bc.zip
elppc board: fix syntax error.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/eltec')
-rw-r--r--board/eltec/elppc/eepro100_srom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eltec/elppc/eepro100_srom.c b/board/eltec/elppc/eepro100_srom.c
index f021c50cd6..1b6d1e039b 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));
OpenPOWER on IntegriCloud