arm: qemu: Add imply CONFIG_POSITION_INDEPENDENT
authorYang Xiwen <forbidden405@outlook.com>
Sat, 31 May 2025 13:10:03 +0000 (21:10 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 9 Jun 2025 15:18:17 +0000 (09:18 -0600)
commit0a7610c97ae6af8d2681e361eb24fce1cd63194d
treee3e060b98da80b2177fa4309f4d0c0e9aef8613b
parent03005fbe5006c4c79143fdddb453d3ec74e004f5
arm: qemu: Add imply CONFIG_POSITION_INDEPENDENT

Add 'imply CONFIG_POSITION_INDEPENTDENT' for QEMU arm arch. This allows
qemu arm boards to load u-boot.bin at any address. It is skipped by
default when u-boot is loaded by either --bios or --kernel.

To load u-boot.bin at a different address, one can use u-boot
chain-loading or qemu loader device[1].

[1] https://www.qemu.org/docs/master/system/generic-loader.html

Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
arch/arm/Kconfig