From: Sascha Hauer <[email protected]>

They are now unused and should never be introduced again. If anything,
we want to depend on the ARM architecture, but not on specific SOCs.
Since ARM in general supports little and big endian, both is possible.
The default is little endian.

Signed-off-by: Sascha Hauer <[email protected]>
Signed-off-by: Michael Olbrich <[email protected]>
---
sha: I've added the endian selection. Ok to commit like this?

 platforms/architecture.in |   58 ++------------------------------------------
 1 files changed, 3 insertions(+), 55 deletions(-)

diff --git a/platforms/architecture.in b/platforms/architecture.in
index 09bc558..0105e83 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -23,6 +23,8 @@ choice
 
        config ARCH_ARM
                bool "arm        "
+               select ARCH_SUPPORTS_ENDIAN_LITTLE
+               select ARCH_SUPPORTS_ENDIAN_BIG
                select HAS_MMU
                help
                  This is support for the ARM processor architecture.
@@ -100,61 +102,6 @@ choice
                  This is support for the SuperH architecture.
 endchoice
 
-
-#
-# arm
-#
-choice
-       prompt "arm SoC variant "
-       depends on ARCH_ARM
-       help
-         The ARM processor architecture has a variety of flavours.
-         Please chose one.
-
-       config ARCH_ARM_ATMEL
-               bool "atmel      "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_AT91RM9200
-               bool "at91rm9200 "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_AT91SAM926X
-               bool "at91sam926x"
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_EPXA
-               bool "excalibur  "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_IMX
-               bool "i.mx       "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_IXP
-               bool "ixp        "
-               select HAS_PCI
-               select ARCH_SUPPORTS_ENDIAN_BIG
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_LPC32XX
-               bool "lpc32xx    "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_NETX
-               bool "netx       "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_OMAP
-               bool "omap       "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-
-       config ARCH_ARM_PXA
-               bool "pxa        "
-               select ARCH_SUPPORTS_ENDIAN_LITTLE
-endchoice
-
-
 #
 # superh
 #
@@ -229,6 +176,7 @@ config ARCH_SUPPORTS_ENDIAN_LITTLE
 
 choice
        prompt "endianess       "
+       default ENDIAN_LITTLE
 
        config ENDIAN_BIG
                bool "big        "
-- 
1.7.2.3


-- 
ptxdist mailing list
[email protected]

Reply via email to