]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_mac: fix help for 'mac read'
authorMichael Jones <michael.jones@matrix-vision.de>
Thu, 14 Jul 2011 22:09:31 +0000 (22:09 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 28 Jul 2011 14:41:06 +0000 (16:41 +0200)
commit191c0b87b19e5bbb9caf25cd7e2e80ab5cc8cb86
treea151a36198bef941f2b92461f2ab8533a4bbaa1c
parent6a33a3c2c9794de38514ae8d6c4f09107a5253a7
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: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Detlev Zundel <dzu@denx.de>
common/cmd_mac.c