summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-08 15:38:57 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-08 22:15:15 +0200
commit4338a319b72570e433fd7484f8a95e1e0e978941 (patch)
tree7c6779bab5b80dff478d88efd3849f1927917e58 /arch
parent524b6b85595274ca13bd7d01adb61ce2dddd786c (diff)
arch: remove support for sh64
It's been deprecated for quite some time now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in12
-rw-r--r--arch/Config.in.sh3
2 files changed, 2 insertions, 13 deletions
diff --git a/arch/Config.in b/arch/Config.in
index 3caca158e..df4db0b79 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -197,16 +197,6 @@ config BR2_sh
http://www.hitachi.com/
http://en.wikipedia.org/wiki/SuperH
-config BR2_sh64
- bool "SuperH64"
- depends on BR2_DEPRECATED_SINCE_2015_05
- select BR2_ARCH_HAS_MMU_MANDATORY
- help
- SuperH64 (or SH) is a 64-bit reduced instruction set computer (RISC)
- instruction set architecture (ISA) developed by Hitachi.
- http://www.hitachi.com/
- http://en.wikipedia.org/wiki/SuperH
-
config BR2_sparc
bool "SPARC"
select BR2_ARCH_HAS_MMU_MANDATORY
@@ -396,7 +386,7 @@ if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
source "arch/Config.in.powerpc"
endif
-if BR2_sh || BR2_sh64
+if BR2_sh
source "arch/Config.in.sh"
endif
diff --git a/arch/Config.in.sh b/arch/Config.in.sh
index 1bdea37cb..470521258 100644
--- a/arch/Config.in.sh
+++ b/arch/Config.in.sh
@@ -23,8 +23,7 @@ config BR2_ARCH
default "sh4eb" if BR2_sh4eb
default "sh4a" if BR2_sh4a
default "sh4aeb" if BR2_sh4aeb
- default "sh64" if BR2_sh64
config BR2_ENDIAN
- default "LITTLE" if BR2_sh4 || BR2_sh4a || BR2_sh64
+ default "LITTLE" if BR2_sh4 || BR2_sh4a
default "BIG" if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb