Re: [PATCH v2 1/3] image: android: use ulong for kernel address

2024-10-22 Thread Mattijs Korpershoek
Hi Neil, Thank you for the patch. On jeu., oct. 17, 2024 at 16:44, Neil Armstrong wrote: > When booting with platforms having > 4GiB of memory, > the kernel physical address can be more than 32bits. > > Use ulong like all the other addresses, and fix the > print to show the > 32bits address nu

[PATCH v2 1/3] image: android: use ulong for kernel address

2024-10-17 Thread Neil Armstrong
When booting with platforms having > 4GiB of memory, the kernel physical address can be more than 32bits. Use ulong like all the other addresses, and fix the print to show the > 32bits address numbers. Signed-off-by: Neil Armstrong --- boot/image-android.c| 4 ++-- include/android_image.h |