summaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2014-12-25 18:54:58 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-01-15 22:40:50 +0300
commitfdff23702a361e89a153222233231af4d00d6e2a (patch)
tree703add2a17256c4642e0bfdbab3551b77f46d95f /arch/arc/Kconfig
parente20bcb046b245d78f63c99811fc0ccdc6661aa82 (diff)
downloadtalos-obmc-uboot-fdff23702a361e89a153222233231af4d00d6e2a.tar.gz
talos-obmc-uboot-fdff23702a361e89a153222233231af4d00d6e2a.zip
arc: rename "arc700" in "arcv1"
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>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 6a77b8f34c..c6b1efeb8b 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -5,7 +5,7 @@ config SYS_ARCH
default "arc"
config SYS_CPU
- default "arc700"
+ default "arcv1"
choice
prompt "Target select"
OpenPOWER on IntegriCloud