Re: [U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-08 Thread Tom Rini
On Fri, Nov 08, 2019 at 10:24:52PM +, Alistair Francis wrote: > On Thu, 2019-11-07 at 17:49 -0500, Tom Rini wrote: > > On Tue, Nov 05, 2019 at 11:30:45AM -0800, Alistair Francis wrote: > > > > > To fix these failures when building with musl: > > >include/env.h:166:1: error: unknown type na

Re: [U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-08 Thread Alistair Francis
On Thu, 2019-11-07 at 17:49 -0500, Tom Rini wrote: > On Tue, Nov 05, 2019 at 11:30:45AM -0800, Alistair Francis wrote: > > > To fix these failures when building with musl: > >include/env.h:166:1: error: unknown type name 'ulong'; did you > > mean 'long'? > > ensure that ulong is defined. > >

Re: [U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-07 Thread Tom Rini
On Tue, Nov 05, 2019 at 11:30:45AM -0800, Alistair Francis wrote: > To fix these failures when building with musl: >include/env.h:166:1: error: unknown type name 'ulong'; did you mean 'long'? > ensure that ulong is defined. > > Signed-off-by: Alistair Francis > --- > include/env.h | 2 ++ >

Re: [U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-06 Thread Alistair Francis
On Wed, 2019-11-06 at 17:59 +0200, David Abdurachmanov wrote: > On Wed, Nov 6, 2019 at 4:30 PM Alistair Francis > wrote: > > To fix these failures when building with musl: > >include/env.h:166:1: error: unknown type name 'ulong'; did you > > mean 'long'? > > ensure that ulong is defined. > >

Re: [U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-06 Thread David Abdurachmanov
On Wed, Nov 6, 2019 at 4:30 PM Alistair Francis wrote: > > To fix these failures when building with musl: >include/env.h:166:1: error: unknown type name 'ulong'; did you mean 'long'? > ensure that ulong is defined. I think, this was fixed before 2019.10 release by this patchset: https://patc

[U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-06 Thread Alistair Francis
To fix these failures when building with musl: include/env.h:166:1: error: unknown type name 'ulong'; did you mean 'long'? ensure that ulong is defined. Signed-off-by: Alistair Francis --- include/env.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/env.h b/include/env.h index