android: support boot header version 3 and 4
Compare changes
Files
6- Safae Ouajih authored
Android introduced boot header version 3 or 4. The header structure change with version 3 and 4 to support the new updates such as: - Introducing Vendor boot image: with a vendor ramdisk - Bootconfig feature (v4) Change andr_img_hdr struct name to maintain support for version v0, v1 and v2 while introducing version 3 and 4. Signed-off-by:
Safae Ouajih <souajih@baylibre.com>
+ 2
− 2
@@ -18,7 +18,7 @@ static ulong _abootimg_addr = -1;
@@ -65,7 +65,7 @@ static int abootimg_get_recovery_dtbo(int argc, char *const argv[])