[U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |2 ++ net/eth.c | 28 +--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/include/net.h b/include/net.h index 2a8a12d..dc4ae41 100644 --- a/include/net.h +++

Re: [U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-2-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |2 ++ net/eth.c | 28 +--- 2 files changed, 27

Re: [U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:58 Wed 12 Aug , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1250023747-20224-2-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/net.h |2 ++ net/eth.c | 28

Re: [U-Boot] [PATCH 2/3] net: add getenv/setenv enetaddr function to use ethernet device num

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090812205833.gd21...@game.jcrosoft.org you wrote: - There is no commit message and no description what this patch is supposed to do or to fix. Why should we add it? just to stop to duplicate this in every driver I would expect then that