]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: remove RISC-V standalone linker script
authorLukas Auer <lukas.auer@aisec.fraunhofer.de>
Fri, 4 Jan 2019 00:37:31 +0000 (01:37 +0100)
committerAndes <uboot@andestech.com>
Tue, 15 Jan 2019 01:36:31 +0000 (09:36 +0800)
commit229f7b1012b07f704a73ce5f54a03fde8ae1ccea
treeb1e7b28e73097514a15dd2a22d7bf2ad7546668b
parent08abe871a236243a509b7b0cf2a87791b81d129a
riscv: remove RISC-V standalone linker script

Standalone applications do not require a separate linker script and can
use the default linker script of the compiler instead. Remove the RISC-V
standalone linker script.

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>
arch/riscv/config.mk
examples/standalone/riscv.lds [deleted file]