diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-12-01 11:16:59 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-01 20:06:32 +0100 |
| commit | dd45fe0efb678a8a674330ad46b7641a3284dff9 (patch) | |
| tree | f24d10d9964cfe24ac054f69ce8ac7cfcff714e4 /arch | |
| parent | 65d5ec37081c41c963c67454afae5765cdc4da47 (diff) | |
| download | buildroot-dd45fe0efb678a8a674330ad46b7641a3284dff9.tar.gz buildroot-dd45fe0efb678a8a674330ad46b7641a3284dff9.zip | |
arch/mips: remove deprecated mips1/2/3/4 support
Remove the support for generating mips1/2/3/4 code since it has been
deprecated for more than a year now.
Also remove the unnecessary kludges in packages for it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/Config.in.mips | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/Config.in.mips b/arch/Config.in.mips index 18138de0b6..7630503ed2 100644 --- a/arch/Config.in.mips +++ b/arch/Config.in.mips @@ -9,18 +9,6 @@ choice 64bit cabable: 3, 4, 64, 64r2 non-64bit capable: 1, 2, 32, 32r2 -config BR2_mips_1 - bool "mips I (generic)" - depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED_SINCE_2013_11 -config BR2_mips_2 - bool "mips II" - depends on !BR2_ARCH_IS_64 && BR2_DEPRECATED_SINCE_2013_11 -config BR2_mips_3 - bool "mips III" - depends on BR2_DEPRECATED_SINCE_2013_11 -config BR2_mips_4 - bool "mips IV" - depends on BR2_DEPRECATED_SINCE_2013_11 config BR2_mips_32 bool "mips 32" depends on !BR2_ARCH_IS_64 |

