Re: [PATCH 1/6] boot: android: Provide vendor_bootimg_addr in boot_get_fdt()

2024-06-10 Thread Igor Opaniuk
On Thu, Jun 6, 2024 at 2:24 PM Mattijs Korpershoek wrote: > > When calling android_image_get_dtb_by_index() using boot image v3+, > we should also pass the vendor_boot ramdisk address. > > Use get_avendor_bootimg_addr() to do so. > > Note: on boot image v2, this is harmless since get_avendor_booti

[PATCH 1/6] boot: android: Provide vendor_bootimg_addr in boot_get_fdt()

2024-06-06 Thread Mattijs Korpershoek
When calling android_image_get_dtb_by_index() using boot image v3+, we should also pass the vendor_boot ramdisk address. Use get_avendor_bootimg_addr() to do so. Note: on boot image v2, this is harmless since get_avendor_bootimg_addr() returns -1. Signed-off-by: Mattijs Korpershoek --- boot/im