]> git.dujemihanovic.xyz Git - u-boot.git/commit
examples: make glue and demo code compatible with 64-bit
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 3 Nov 2024 05:35:51 +0000 (06:35 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 14 Nov 2024 16:51:07 +0000 (10:51 -0600)
commit9e7d7f95ecfe0dd94b17c8dddff0e9f4934c2ad2
tree8e759a771801dab61aa2889240bb4f1e9771895a
parent2ed26ee37472d48d04cf9c6cc7c3be806d06a900
examples: make glue and demo code compatible with 64-bit

Commit f9886bc60f42 ("Added arm64 assembly for examples/api crt0")
added a 64-bit target for the examples but did not adjust the demo
code to be 64-bit compatible.

Change variable size for pointers.
Use %p to print pointers.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
examples/api/demo.c
examples/api/glue.c