]> git.dujemihanovic.xyz Git - u-boot.git/commit
image: android: use ulong for kernel address
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 17 Oct 2024 14:44:42 +0000 (16:44 +0200)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Thu, 24 Oct 2024 07:48:14 +0000 (09:48 +0200)
commit8f8e646d790199f023f82b8100b6e160d510206d
treeff019fa858158aa3fa2a7a1ec83d57ff6abc0fc8
parent55c876c6f9b787488c7a9f9c678398c48d13db6f
image: android: use ulong for kernel address

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 <neil.armstrong@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Guillaume La Roque <glaroque@baylibre.com>
Link: https://lore.kernel.org/r/20241017-topic-fastboot-fixes-mkbootimg-v2-1-c3927102d931@linaro.org
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/image-android.c
include/android_image.h