Re: [U-Boot] [PATCH 3/6] riscv: remove RISC-V standalone linker script

2018-12-30 Thread Bin Meng
On Mon, Dec 31, 2018 at 2:31 AM Lukas Auer wrote: > > 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 > --- > > arch/riscv/config.mk

[U-Boot] [PATCH 3/6] riscv: remove RISC-V standalone linker script

2018-12-30 Thread Lukas Auer
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 --- arch/riscv/config.mk | 1 - examples/standalone/riscv.lds | 40 -