]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_mac.c
I2C: adding new "i2c bus" Command to the I2C Subsystem.
[karo-tx-uboot.git] / common / cmd_mac.c
index faed8f763ca7c8fab218bf459de6eb6b07c9bd23..4453299fe5959a364121ca686dd2c37db66515fb 100644 (file)
@@ -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 */