1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/include
Sam Protsenko 35e99836ca image: android: Fix possible build errors
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@linaro.org>
2019-10-15 09:56:04 -04:00
..
2019-10-13 23:34:43 +02:00
2019-09-04 11:37:19 -05:00
2019-05-20 13:50:34 +02:00
2019-07-24 13:16:29 -04:00
2019-08-11 16:43:41 -04:00
2019-09-20 20:09:19 +02:00
2019-08-22 00:10:09 +02:00
2019-08-11 16:43:41 -04:00
2019-07-19 11:11:09 +08:00
2019-10-13 23:34:43 +02:00
2019-10-06 16:02:37 +02:00
2019-08-11 16:43:41 -04:00
2019-10-08 13:57:47 +08:00
2019-08-27 11:19:23 +02:00
2019-10-14 09:31:41 +02:00
2019-08-11 16:43:41 -04:00
2019-08-02 11:19:14 -04:00
2019-07-18 16:37:13 -05:00
2019-05-20 13:50:34 +02:00
2019-05-20 13:50:34 +02:00
2019-09-16 08:09:22 +05:30
2019-05-21 17:33:23 -06:00
2019-06-04 22:09:26 +02:00
2019-07-19 20:14:50 +02:00