
On 8 April 2015 at 06:45, Simon Glass sjg@chromium.org wrote:
On 8 April 2015 at 00:41, Joe Hershberger joe.hershberger@ni.com wrote:
The variables around the bootfile were inconsistent and used CamelCase. Update them to make the code more readable.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
Changes in v2: None
common/cmd_net.c | 9 ++++++--- common/cmd_pxe.c | 2 +- common/update.c | 7 ++++--- include/net.h | 9 +++++---- net/bootp.c | 27 ++++++++++++++------------- net/bootp.h | 1 - net/eth.c | 3 ++- net/net.c | 26 +++++++++++++------------- net/nfs.c | 19 ++++++++++--------- net/tftp.c | 29 +++++++++++++++-------------- 10 files changed, 70 insertions(+), 62 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!