]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arc: rename "arc700" in "arcv1"
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 25 Dec 2014 15:54:58 +0000 (18:54 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 15 Jan 2015 19:40:50 +0000 (22:40 +0300)
As a preparation to ARCv2 port submission we rename "arc700" folder to
"arcv1" which stands for ARCv1 ISA also known as ARCompact.

This will allow us to add more flavours of binary-compatible ARCv1 CPUs
like ARC600 if needed later on and all required ARCv2 CPUs (which are
binary incompatible with ARCv1) in "arcv2" folder in subsequent commits.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Igor Guryanov <guryanov@synopsys.com>
arch/arc/Kconfig
arch/arc/cpu/arcv1/Makefile [moved from arch/arc/cpu/arc700/Makefile with 100% similarity]
arch/arc/cpu/arcv1/config.mk [moved from arch/arc/cpu/arc700/config.mk with 100% similarity]
arch/arc/cpu/arcv1/start.S [moved from arch/arc/cpu/arc700/start.S with 100% similarity]

index 6a77b8f34c9d87fc19205865786c9b7ed6c93e55..c6b1efeb8bf9acb06a8cb66a79a8733c1468ccf3 100644 (file)
@@ -5,7 +5,7 @@ config SYS_ARCH
        default "arc"
 
 config SYS_CPU
-       default "arc700"
+       default "arcv1"
 
 choice
        prompt "Target select"