]> 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 0add43285f31eb2bf7bf93066384cab904f645eb..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(
@@ -33,7 +31,7 @@ U_BOOT_CMD(
        "mac     - display and program the system ID and MAC addresses in EEPROM\n",
        "[read|save|id|num|errata|date|ports|0|1|2|3|4|5|6|7]\n"
        "read\n"
-       "    - show content of mac\n"
+       "    - show content of EEPROM\n"
        "mac save\n"
        "    - save to the EEPROM\n"
        "mac id\n"
@@ -43,7 +41,7 @@ U_BOOT_CMD(
        "mac errata\n"
        "    - program errata data\n"
        "mac date\n"
-       "    - program data date\n"
+       "    - program date\n"
        "mac ports\n"
        "    - program the number of ports\n"
        "mac 0\n"
@@ -63,4 +61,3 @@ U_BOOT_CMD(
        "mac 7\n"
        "    - program the MAC address for port 7\n"
 );
-#endif /* CFG_ID_EEPROM */