[U-Boot] [PATCH v2 3/4] env: add missing <compiler.h> header file
Tom Rini
trini at konsulko.com
Wed Sep 25 23:39:38 UTC 2019
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 <pjtexier at koncepto.io>
> Tested-by: Joris Offouga <offougajoris at gmail.com>
> Tested-by: Heiko Schocher <hs at denx.de>
> Acked-by: Joe Hershberger <joe.hershberger at ni.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190925/38d4aa7c/attachment.sig>
More information about the U-Boot
mailing list