From 9474421da36d8602f56b84b150e4cf4c78e788b3 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 4 Apr 2013 07:29:45 +0000 Subject: toolchain/arm: drop generic and old, add fa526/626, unify strongarm * Add Faraday FA526/626 as suggested on bug #1291 Note however that these cores are v4 and NOT v4t. * Make the sa110 & sa1110 cores -> strongarm since they're the same. * Drop all of the ARM variants lower than v4 including generic, there's no point in supporting obsolete targets. * Fix uClibc USE_BX logic, it was always on, this would break the new FA526/626 support and broke StrongARM since it's a v4 core. Signed-off-by: Gustavo Zacarias Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- Config.in.legacy | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Config.in.legacy') diff --git a/Config.in.legacy b/Config.in.legacy index 43e2afe8e..4cd62b80d 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -44,6 +44,22 @@ endif # Legacy options since 2013.02 # +config BR2_sa110 + bool "sa110 ARM target switched to strongarm" + select BR2_LEGACY + select BR2_strongarm + help + The SA110 is the same as a generic StrongARM, it just differs + in speed, peripherals and cache. + +config BR2_sa1100 + bool "sa1100 ARM target switched to strongarm" + select BR2_LEGACY + select BR2_strongarm + help + The SA1100 is the same as a generic StrongARM, it just differs + in speed, peripherals and cache. + config BR2_PACKAGE_GDISK bool "gdisk has been replaced by gptfdisk" select BR2_LEGACY -- cgit v1.2.3