[U-Boot-Users] [PATCH] MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
Wolfgang Denk
wd at denx.de
Mon Apr 28 11:33:37 CEST 2008
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
include/common.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/common.h b/include/common.h
index f12e3bd..a6c966c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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);
--
1.5.4.2
More information about the U-Boot
mailing list