> > Did you regenerate the .config? Otherwise, CONFIG_INIT_SP_RELATIVE may > still be enabled. >
I cloned a fresh U-boot source (with top commit 55004fa43364e) , and the top of it applied these patches. After generating the .config using "qemu_arm64_defconfig" where CONFIG_INIT_SP_RELATIVE is disabled. # # ARM architecture # CONFIG_ARM64=y CONFIG_POSITION_INDEPENDENT=y # CONFIG_INIT_SP_RELATIVE is not set # CONFIG_GIC_V3_ITS is not set Using ./qemu-system-aarch64 --version QEMU emulator version 5.0.50 (v5.0.0-2210-g45db94cc90c2-dirty) U-boot is crossed compile using "gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu" Thanks -Amit