Skip to content
Snippets Groups Projects
Commit 5379cd15 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 941d696d
No related branches found
No related tags found
No related merge requests found
......@@ -214,9 +214,7 @@ int checkdram (void);
char * strmhz(char *buf, long hz);
int last_stage_init(void);
extern ulong monitor_flash_len;
#ifdef CFG_ID_EEPROM
int mac_read_from_eeprom(void);
#endif
/* common/flash.c */
void flash_perror (int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment