]> git.baikalelectronics.ru Git - uboot.git/commit
android: boot: boot image header v3, v4 do not support recovery DTBO
authorSafae Ouajih <souajih@baylibre.com>
Sun, 5 Feb 2023 23:50:10 +0000 (00:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 18:50:47 +0000 (14:50 -0400)
commite4b3a1782601cb550b6472d8af3ae60a6265eb36
tree5cba6c70d21dd6cf904cb06f7d3ea1db84ada558
parent70d2eb243032941cc99b3acd9ce0aa4d0c5f4dd3
android: boot: boot image header v3, v4 do not support recovery DTBO

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/image-android.c