diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-09-08 15:38:57 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-08 22:15:15 +0200 |
| commit | 4338a319b72570e433fd7484f8a95e1e0e978941 (patch) | |
| tree | 7c6779bab5b80dff478d88efd3849f1927917e58 /linux | |
| parent | 524b6b85595274ca13bd7d01adb61ce2dddd786c (diff) | |
| download | buildroot-4338a319b72570e433fd7484f8a95e1e0e978941.tar.gz buildroot-4338a319b72570e433fd7484f8a95e1e0e978941.zip | |
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 'linux')
| -rw-r--r-- | linux/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/Config.in b/linux/Config.in index 4b701a4a91..fd6b4b3d49 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -179,7 +179,7 @@ config BR2_LINUX_KERNEL_UIMAGE bool "uImage" depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \ BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \ - BR2_sh || BR2_sh64 || BR2_mips || BR2_mipsel || \ + BR2_sh || BR2_mips || BR2_mipsel || \ BR2_mips64 || BR2_mips64el select BR2_LINUX_KERNEL_UBOOT_IMAGE @@ -198,7 +198,7 @@ config BR2_LINUX_KERNEL_ZIMAGE bool "zImage" depends on BR2_arm || BR2_armeb || BR2_powerpc || \ BR2_powerpc64 || BR2_powerpc64le || BR2_sparc || \ - BR2_sh || BR2_sh64 || BR2_xtensa + BR2_sh || BR2_xtensa config BR2_LINUX_KERNEL_ZIMAGE_EPAPR bool "zImage.epapr" @@ -235,7 +235,7 @@ config BR2_LINUX_KERNEL_LINUX_BIN config BR2_LINUX_KERNEL_VMLINUX_BIN bool "vmlinux.bin" - depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64 + depends on BR2_mips || BR2_mipsel || BR2_sh config BR2_LINUX_KERNEL_VMLINUX bool "vmlinux" |

