commit | 91882c472d8c0aef4db699d3f2de55bf43d4ae4b | [log] [tgz] |
---|---|---|
author | Lukas Auer <lukas.auer@aisec.fraunhofer.de> | Fri Jan 04 01:37:34 2019 +0100 |
committer | Andes <uboot@andestech.com> | Tue Jan 15 09:36:31 2019 +0800 |
tree | 85e6e59822ec4199a774dcd67ae0b957fab83330 | |
parent | 7eb792970e3af4aa0c99a972411f239b0fc03a63 [diff] |
riscv: qemu: define standalone load address We need to define the standalone load address to use standalone application on qemu-riscv. Define it and set it equal to CONFIG_SYS_LOAD_ADDR. To not overwrite it, change the assigned of CONFIG_STANDALONE_LOAD_ADDR in arch/riscv/config.mk to a conditional one. Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>