diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:18:18 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:18:18 +0100 |
commit | ed3afca32e1b28e441bc9f4b804edac47686554e (patch) | |
tree | 3cc7a6007903e1af8d7828ac5abb42e992fc3f92 /common/cmd_mac.c | |
parent | 39166b5c9e7160761419f816f995b1d8029aa4a7 (diff) | |
parent | d59feffb42c9f174116db7a82a311df98983dfce (diff) | |
download | u-boot-imx-ed3afca32e1b28e441bc9f4b804edac47686554e.zip u-boot-imx-ed3afca32e1b28e441bc9f4b804edac47686554e.tar.gz u-boot-imx-ed3afca32e1b28e441bc9f4b804edac47686554e.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
Diffstat (limited to 'common/cmd_mac.c')
-rw-r--r-- | common/cmd_mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_mac.c b/common/cmd_mac.c index 0add432..faed8f7 100644 --- a/common/cmd_mac.c +++ b/common/cmd_mac.c @@ -33,7 +33,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 +43,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" |