From e03918336b6136e6b330960f8f510bfcfb911e9f Mon Sep 17 00:00:00 2001 From: Alessandro Rubini <rubini@gnudd.com> Date: Thu, 5 Dec 2013 16:29:52 +0100 Subject: [PATCH] softpll-unify: rename target/ to arch/ (no effect on rt_cpu.bin) The commit is part of the effort in unifying softpll with wrpc-sw, and later remove the duplicated code here in wr-switch-sw. This matches commit "5d3fc51 compilation fixes" in wrpc-sw. At this point the two arch/lm32 only differ in the linker script, that has an mbox section in wr-switch-sw, missing in wrpc-sw. Signed-off-by: Alessandro Rubini <rubini@gnudd.com> --- rt/{target => arch}/lm32/crt0.S | 0 rt/{target => arch}/lm32/debug.S | 0 rt/{target => arch}/lm32/irq.c | 0 rt/{target => arch}/lm32/ram.ld | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename rt/{target => arch}/lm32/crt0.S (100%) rename rt/{target => arch}/lm32/debug.S (100%) rename rt/{target => arch}/lm32/irq.c (100%) rename rt/{target => arch}/lm32/ram.ld (100%) diff --git a/rt/target/lm32/crt0.S b/rt/arch/lm32/crt0.S similarity index 100% rename from rt/target/lm32/crt0.S rename to rt/arch/lm32/crt0.S diff --git a/rt/target/lm32/debug.S b/rt/arch/lm32/debug.S similarity index 100% rename from rt/target/lm32/debug.S rename to rt/arch/lm32/debug.S diff --git a/rt/target/lm32/irq.c b/rt/arch/lm32/irq.c similarity index 100% rename from rt/target/lm32/irq.c rename to rt/arch/lm32/irq.c diff --git a/rt/target/lm32/ram.ld b/rt/arch/lm32/ram.ld similarity index 100% rename from rt/target/lm32/ram.ld rename to rt/arch/lm32/ram.ld -- GitLab