android: support boot header version 3 and 4
1 unresolved thread
1 unresolved thread
Compare changes
- Safae Ouajih authored
android_image_get_dtbo() is used to get recovery DTBO via abootimg cmd. This is not supported in boot image header v3 and v4. Thus, print an error message when v1,v2 header version are not used. Signed-off-by:
Safae Ouajih <souajih@baylibre.com>
+ 2
− 2
@@ -311,8 +311,8 @@ bool android_image_get_dtbo(ulong hdr_addr, ulong *addr, u32 *size)