From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 10 Sep 2018 21:54:44 -0700 Subject: [U-Boot] [RESEND PATCH v2 05/15] riscv: Move the linker script to the CPU root directory In-Reply-To: <1536641694-4200-1-git-send-email-bmeng.cn@gmail.com> References: <1536641694-4200-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <1536641694-4200-6-git-send-email-bmeng.cn@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The linker script can be shared by all RISC-V targets. Move it to a common place. Signed-off-by: Bin Meng --- Changes in v2: None arch/riscv/cpu/{ax25 => }/u-boot.lds | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/riscv/cpu/{ax25 => }/u-boot.lds (100%) 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 -- 2.7.4