Skip to content
Snippets Groups Projects
Commit 191c0b87 authored by Michael Jones's avatar Michael Jones Committed by Wolfgang Denk
Browse files

cmd_mac: fix help for 'mac read'


In the only implementation of 'mac read', it doesn't display the
contents of the eeprom as the help indicated unless compiled with
DEBUG. It only re-reads the contents of the EEPROM into memory.
Displaying the contents of the EEPROM is done by passing no
arguments to 'mac'.

Signed-off-by: default avatarMichael Jones <michael.jones@matrix-vision.de>
Acked-by: default avatarDetlev Zundel <dzu@denx.de>
parent 6a33a3c2
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ U_BOOT_CMD(
"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"
"mac read\n"
" - show content of EEPROM\n"
" - read EEPROM content into memory\n"
"mac save\n"
" - save to the EEPROM\n"
"mac id\n"
......
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