[U-Boot] [PATCH 01/23] net: cosmetic: Change IPaddr_t to struct in_addr

Joe Hershberger joe.hershberger at gmail.com
Wed Apr 8 08:57:45 CEST 2015


Hi Simon,

On Tue, Apr 7, 2015 at 8:26 PM, Simon Glass <sjg at chromium.org> wrote:
>
> Hi Joe,
>
> On 3 April 2015 at 15:14, Joe Hershberger <joe.hershberger at 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 at 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


More information about the U-Boot mailing list