mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
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>
This commit is contained in:
parent
e6b937f35e
commit
3147f00f7a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ config TEXT_BASE
|
||||||
|
|
||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
|
select HAS_CUSTOM_SYS_INIT_SP_ADDR
|
||||||
select QFW if ACPI
|
select QFW if ACPI
|
||||||
select QFW_MMIO if CMD_QFW
|
select QFW_MMIO if CMD_QFW
|
||||||
imply VIRTIO_MMIO
|
imply VIRTIO_MMIO
|
||||||
|
|
Loading…
Add table
Reference in a new issue