summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-13 22:38:41 -0500
committerTom Rini <trini@konsulko.com>2020-02-13 22:38:41 -0500
commit7db0379f85995d8c7673db7b04eb36d96546c9c8 (patch)
tree779d407b9f1eec26a3febc52e3f0cb852ef6a5ea
parent4b7eb3a15a10ae719e1340ad4199c9196cb32aab (diff)
downloadu-boot-WIP/rsa-extend-verify-v6.tar.gz
image.h: Fixup android_image_get_dtb* to use uintWIP/rsa-extend-verify-v6
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/image.h b/include/image.h
index f254f3e72f..1e97c2b848 100644
--- a/include/image.h
+++ b/include/image.h
@@ -1437,9 +1437,9 @@ int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
ulong *rd_data, ulong *rd_len);
int android_image_get_second(const struct andr_img_hdr *hdr,
ulong *second_data, ulong *second_len);
-bool android_image_get_dtbo(ulong hdr_addr, ulong *addr, u32 *size);
-bool android_image_get_dtb_by_index(ulong hdr_addr, u32 index, ulong *addr,
- u32 *size);
+bool android_image_get_dtbo(ulong hdr_addr, ulong *addr, uint *size);
+bool android_image_get_dtb_by_index(ulong hdr_addr, uint index, ulong *addr,
+ uint *size);
ulong android_image_get_end(const struct andr_img_hdr *hdr);
ulong android_image_get_kload(const struct andr_img_hdr *hdr);
ulong android_image_get_kcomp(const struct andr_img_hdr *hdr);