Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-15 Thread Detlev Zundel
Michael Jones writes: > 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

Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-27 Thread Michael Jones
Hi Detlev, On 07/15/2011 05:17 PM, Detlev Zundel wrote: > > Michael Jones writes: > >> 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. >> Disp

Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-27 Thread Detlev Zundel
Hi Michael, > Hi Detlev, > > On 07/15/2011 05:17 PM, Detlev Zundel wrote: >> >> Michael Jones writes: >> >>> 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 EEP

Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-27 Thread Michael Jones
Hi Detlev, Thanks for the reply. On 07/27/2011 03:54 PM, Detlev Zundel wrote: > > Hi Michael, > >> Hi Detlev, >> >> On 07/15/2011 05:17 PM, Detlev Zundel wrote: >>> >>> Michael Jones writes: >>> In the only implementation of 'mac read', it doesn't display the contents of the eeprom a

Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-28 Thread Wolfgang Denk
Dear Michael Jones, In message <1310717371-1677-5-git-send-email-michael.jo...@matrix-vision.de> you wrote: > 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 i