
28 Jul
2020
28 Jul
'20
8:57 p.m.
This patch is about bootm process, android boot image and device tree.
Android 10 updates the boot image header to version 2, which includes a section to store the device tree blob (DTB) image.
include/android_image.h has updated the struct andr_img_hdr, but not used in bootm process. This patch avoid reporting "Device tree not found or missing FDT support" when bootm a correctly constructed android boot image.
Signed-off-by: chenshuo chenshuo@eswin.com ---
common/image-fdt.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!