Re: [U-Boot] [PATCH v3] davinci: cleanup davinci_sync_env_enetaddr() fucntion

2013-01-14 Thread Holger Freyther
Manjunath Hadli ti.com> writes: > > check for the return status for eth_getenv_enetaddr_by_index() > and eth_setenv_enetaddr() functions and print appropriate message > on failure. I am upgrading from v2011.12 (as I have some ubifsmount issues and don't want to debug this on an old ubi) and I s

Re: [U-Boot] [PATCH v3] davinci: cleanup davinci_sync_env_enetaddr() fucntion

2012-02-10 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3] davinci: cleanup davinci_sync_env_enetaddr() fucntion

2012-02-09 Thread Manjunath Hadli
check for the return status for eth_getenv_enetaddr_by_index() and eth_setenv_enetaddr() functions and print appropriate message on failure. Signed-off-by: Manjunath Hadli Cc: Tom Rini Cc: Mike Frysinger Cc: Wolfgang Denk --- Changes for v3: undo conversion of debug statement to printf().