From: Bin Meng Date: Wed, 26 Sep 2018 13:55:11 +0000 (-0700) Subject: riscv: Move the linker script to the CPU root directory X-Git-Tag: v2018.11-rc2~68^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfb828ed1cc8a39a9211179c6848dfc65718e1a0;p=platform%2Fkernel%2Fu-boot.git riscv: Move the linker script to the CPU root directory The linker script can be shared by all RISC-V targets. Move it to a common place. Signed-off-by: Bin Meng Reviewed-by: Lukas Auer --- diff --git a/arch/riscv/cpu/ax25/u-boot.lds b/arch/riscv/cpu/u-boot.lds similarity index 100% rename from arch/riscv/cpu/ax25/u-boot.lds rename to arch/riscv/cpu/u-boot.lds