Re: [PATCH v2 11/17] android: boot: ramdisk: support vendor ramdisk

2023-01-26 Thread Simon Glass
On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: > > Version 3 and 4 of boot image header introduced > vendor boot ramdisk: Please check include/android_image.h > for details. > > The ramdisk is now split into a generic ramdisk in boot image > and a vendor ramdisk in vendor boot image. > > Signed

[PATCH v2 11/17] android: boot: ramdisk: support vendor ramdisk

2023-01-26 Thread Safae Ouajih
Version 3 and 4 of boot image header introduced vendor boot ramdisk: Please check include/android_image.h for details. The ramdisk is now split into a generic ramdisk in boot image and a vendor ramdisk in vendor boot image. Signed-off-by: Safae Ouajih --- boot/image-android.c | 13 +++--