Update include/android_image.h from AOSP
authorAlex Deymo <deymo@google.com>
Mon, 5 Aug 2019 20:24:45 +0000 (22:24 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 7 Aug 2019 19:31:06 +0000 (15:31 -0400)
commit0b6febfdb3cf9b4a51fa65fbd94f9ab2d7738f32
tree6f94410d22fa9bffc0c44feb11241ef8e012edfd
parent24434adbd1c73b59bff3c42691e26cc52cdb262a
Update include/android_image.h from AOSP

This takes the latest changes from AOSP from the file
include/bootimg/bootimg.h from the repository:
https://android.googlesource.com/platform/system/tools/mkbootimg
and update the U-Boot version with the latest changes.

This file keeps the changes from AOSP to a minimum:
 * Comments were converted from C++ to C style.
 * Code inside __cplusplus #ifdef blocks were removed.
 * C++11 struct extensions replaced with a single struct.

Signed-off-by: Alex Deymo <deymo@google.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
include/android_image.h