[U-Boot] [PATCH] image: android: Fix possible build errors
Tom Rini
trini at konsulko.com
Thu Oct 17 11:24:48 UTC 2019
On Fri, Aug 09, 2019 at 03:31:29PM +0300, Sam Protsenko wrote:
> As android_image.h uses types like u32, we need to include corresponding
> headers in place. Otherwise the user will be forced to include those in
> C file, or next build error can occur:
>
> include/android_image.h:32:5: error: unknown type name 'u32'
> u32 kernel_size; /* size in bytes */
>
> Include required headers for data types used. While at it, remove
> typedef struct, which is prohibited by kernel coding style, and fix the
> comment.
>
> Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191017/37e93c6f/attachment.sig>
More information about the U-Boot
mailing list