summaryrefslogtreecommitdiffstats
path: root/package/kexec
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-04 15:25:34 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-05 12:05:58 +0100
commite543f5a10488b020bb4ccb03e6de0e455c64841a (patch)
tree7e4707a2ce10d9234bb42c4af040a4a8606bd253 /package/kexec
parent38bab3635ac79d6d6fb1468713f092eda8d9ca7f (diff)
downloadbuildroot-e543f5a10488b020bb4ccb03e6de0e455c64841a.tar.gz
buildroot-e543f5a10488b020bb4ccb03e6de0e455c64841a.zip
arch: remove sh2, sh3 and sh3eb support
This patch removes the sh2, sh3 and sh3eb support, because the user base is inexistent, and the Linux support for these architectures is poor. The sh2a support is preserved, because at least one user expressed interest in this architecture, and is actually using it: http://lists.busybox.net/pipermail/buildroot/2013-April/070399.html Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/kexec')
-rw-r--r--package/kexec/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index 955a5f4dce..0139c17b86 100644
--- a/package/kexec/Config.in
+++ b/package/kexec/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_KEXEC
bool "kexec"
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \
- BR2_powerpc || BR2_sh4 || BR2_sh4a || BR2_sh3
+ BR2_powerpc || BR2_sh4 || BR2_sh4a
help
Kexec is a user space utiltity for loading another kernel
and asking the currently running kernel to do something with it.
OpenPOWER on IntegriCloud