mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
elppc board: fix syntax error.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
0fe340585a
commit
82b24a8a50
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue