Skip to content
Snippets Groups Projects
Commit 3e27e167 authored by Prabhakar Kushwaha's avatar Prabhakar Kushwaha Committed by York Sun
Browse files

cmd: mac: Update description of help


Update help message for "mac" command to reflect correct descriptions
and parameters.

Signed-off-by: default avatarPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent f53e12d8
No related branches found
No related tags found
No related merge requests found
...@@ -13,21 +13,21 @@ extern int do_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); ...@@ -13,21 +13,21 @@ extern int do_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
U_BOOT_CMD( U_BOOT_CMD(
mac, 3, 1, do_mac, mac, 3, 1, do_mac,
"display and program the system ID and MAC addresses in EEPROM", "display and program the system ID and MAC addresses in EEPROM",
"[read|save|id|num|errata|date|ports|0|1|2|3|4|5|6|7]\n" "[read|save|id|num|errata|date|ports|port_number]\n"
"mac read\n" "mac read\n"
" - read EEPROM content into memory\n" " - read EEPROM content into memory data structure\n"
"mac save\n" "mac save\n"
" - save to the EEPROM\n" " - save memory data structure to the EEPROM\n"
"mac id\n" "mac id\n"
" - program system id\n" " - program system id per hard coded value\n"
"mac num\n" "mac num string\n"
" - program system serial number\n" " - program system serial number to value string\n"
"mac errata\n" "mac errata string\n"
" - program errata data\n" " - program errata data to value string\n"
"mac date\n" "mac date YYMMDDhhmmss\n"
" - program date\n" " - program date to string value YYMMDDhhmmss\n"
"mac ports\n" "mac ports N\n"
" - program the number of ports\n" " - program the number of network ports to integer N\n"
"mac X\n" "mac X string\n"
" - program the MAC address for port X [X=0...7]" " - program MAC addr for port X [X=0,1..] to colon separated string"
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment