
8 Apr
2015
8 Apr
'15
8:57 a.m.
Hi Simon,
On Tue, Apr 7, 2015 at 8:26 PM, Simon Glass sjg@chromium.org wrote:
Hi Joe,
On 3 April 2015 at 15:14, Joe Hershberger joe.hershberger@ni.com wrote:
This patch is simply clean-up to make the IPv4 type that is used match what Linux uses. It also attempts to move all variables that are IP addresses use good naming instead of CamelCase. No functional change.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
I see the following breakage on this patch (my build is incomplete, but it looks like it is just one problem in cmd_net.c).
Oops... looks like a few errors as a result of the not having some of the net features enabled on any of the boards I built.
I added most net features to sandbox to prevent such misses in the future.
Thanks, -Joe