Re: [U-Boot] [PATCH] tools/env: allow overwrite of ethaddr on default

2012-01-23 Thread Andreas Bießmann
Dear Wolfgang, On 05.01.2012 16:59, Wolfgang Denk wrote: Dear Grant Erickson, In message 1324580395-27004-1-git-send-email-maratho...@gmail.com you wrote: This patch allows the U-Boot user space companion utility, fw_setenv, to overwrite the 'ethaddr' key/value pair if the current value is

Re: [U-Boot] [PATCH] tools/env: allow overwrite of ethaddr on default

2012-01-23 Thread Mike Frysinger
On Monday 23 January 2012 07:23:09 Andreas Bießmann wrote: On 05.01.2012 16:59, Wolfgang Denk wrote: Grant Erickson wrote: This patch allows the U-Boot user space companion utility, fw_setenv, to overwrite the 'ethaddr' key/value pair if the current value is set to a per-board-configured

Re: [U-Boot] [PATCH] tools/env: allow overwrite of ethaddr on default

2012-01-05 Thread Wolfgang Denk
Dear Grant Erickson, In message 1324580395-27004-1-git-send-email-maratho...@gmail.com you wrote: This patch allows the U-Boot user space companion utility, fw_setenv, to overwrite the 'ethaddr' key/value pair if the current value is set to a per-board-configured default. This change allows

[U-Boot] [PATCH] tools/env: allow overwrite of ethaddr on default

2011-12-22 Thread Grant Erickson
This patch allows the U-Boot user space companion utility, fw_setenv, to overwrite the 'ethaddr' key/value pair if the current value is set to a per-board-configured default. This change allows 'fw_setenv' to match the behavior of 'setenv' / 'env set' on the U-Boot command line. Signed-off-by: