mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
941d696d25
commit
5379cd15dd
@ -214,9 +214,7 @@ int checkdram (void);
|
|||||||
char * strmhz(char *buf, long hz);
|
char * strmhz(char *buf, long hz);
|
||||||
int last_stage_init(void);
|
int last_stage_init(void);
|
||||||
extern ulong monitor_flash_len;
|
extern ulong monitor_flash_len;
|
||||||
#ifdef CFG_ID_EEPROM
|
|
||||||
int mac_read_from_eeprom(void);
|
int mac_read_from_eeprom(void);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* common/flash.c */
|
/* common/flash.c */
|
||||||
void flash_perror (int);
|
void flash_perror (int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user