diff options
Diffstat (limited to 'common/cmd_mac.c')
| -rw-r--r-- | common/cmd_mac.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/common/cmd_mac.c b/common/cmd_mac.c index faed8f763..4453299fe 100644 --- a/common/cmd_mac.c +++ b/common/cmd_mac.c @@ -24,8 +24,6 @@  #include <common.h>  #include <command.h> -#ifdef CFG_ID_EEPROM -  extern int do_mac(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);  U_BOOT_CMD( @@ -63,4 +61,3 @@ U_BOOT_CMD(  	"mac 7\n"  	"    - program the MAC address for port 7\n"  ); -#endif /* CFG_ID_EEPROM */ |