projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe3405
)
elppc board: fix syntax error.
author
Wolfgang Denk
<wd@denx.de>
Mon, 14 Jul 2008 18:40:22 +0000
(20:40 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 14 Jul 2008 18:40:22 +0000
(20:40 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/eltec/elppc/eepro100_srom.c
patch
|
blob
|
history
diff --git
a/board/eltec/elppc/eepro100_srom.c
b/board/eltec/elppc/eepro100_srom.c
index f021c50cd647090314617c23b3faca4a94ef6c6d..1b6d1e039b2ee0f0be1fa651499dcbb3a2bbee59 100644
(file)
--- 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));