On Mon, Aug 26, 2019 at 01:06:17PM +0200, Pierre-Jean Texier wrote:
> Since commit af95f20 ("env: Create a new file for environment functions"),
> a new header file exists.
>
> So, this commit add a missing header file.
>
> Fixes:
>
> include/env.h:158:1: error: unknown type name ‘ulong’; did you mean ‘long’?
> ulong env_get_ulong(const char *name, int base, ulong default_val);
> ^~~~~
> long
> include/env.h:158:49: error: unknown type name ‘ulong’; did you mean ‘long’?
> ulong env_get_ulong(const char *name, int base, ulong default_val);
>
> Signed-off-by: Pierre-Jean Texier <[email protected]>
> Tested-by: Joris Offouga <[email protected]>
> Tested-by: Heiko Schocher <[email protected]>
> Acked-by: Joe Hershberger <[email protected]>Applied to u-boot/master, thanks! -- Tom
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

