examples: use QEMU compatible LOAD_ADDR on RISC-V
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Nov 2024 08:47:54 +0000 (09:47 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 5 Jan 2025 01:30:47 +0000 (02:30 +0100)
commit8e5b57eea04c80a9226c6c71f892c8808caa3d65
tree7b21b3596d874cc101fd1d5cbfc6475ca9802176
parente18186686fc6c4f1b7ef04a5f77b74fcd44cb721
examples: use QEMU compatible LOAD_ADDR on RISC-V

On some RISC-V including QEMU $loadaddr is 0x80200000.
For bootelf to work choose a different LOAD_ADDR to which the demo ELF
binary is relocated.

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