]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: qemu-arm: select CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 5 Nov 2024 19:31:29 +0000 (20:31 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 14:18:20 +0000 (08:18 -0600)
commit3147f00f7a9801a5ecf1a7fbb8619da2909f8f76
treea8fcd286610e0f3b5120a9f86be4b2c244b36e8f
parente6b937f35e317962aab3d02cbace9ee363b27a76
board: qemu-arm: select CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR

qemu_arm64_defconfig with CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=n leads to a
build error:

    arch/arm/lib/crt0_64.S:85:
    Error: constant expression expected at operand 2 --
    `ldr x0,=((CFG_SYS_INIT_RAM_ADDR+CFG_SYS_INIT_RAM_SIZE-480))'

We do not define CFG_SYS_INIT_RAM_ADDR and CFG_SYS_INIT_RAM_SIZE for QEMU.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
board/emulation/qemu-arm/Kconfig