]> git.dujemihanovic.xyz Git - u-boot.git/commit
android: Fix ramdisk loading for bootimage v3+
authorRoman Stratiienko <r.stratiienko@gmail.com>
Sun, 19 May 2024 13:09:51 +0000 (13:09 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 22:20:31 +0000 (16:20 -0600)
commitda3447d09fa045c6919370a0ac24693efe317901
tree199d98ba1179b9010d0fa350ba3e75fec9b4716a
parentc1eb7a993d615410cdc902d5dcde32756f8fa8a5
android: Fix ramdisk loading for bootimage v3+

The boot_ramdisk and vendor_ramdisk must be both concatenated together.
Without this change, Android root is missing some of the necessary tools
to complete virtual AB OTA.

Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/image-android.c