Commit f9ef3fc9 authored by Russell King's avatar Russell King

[ARM] Fix ordering of machine class selection.

The machine class should be in alphabetical order.  Swap ordering
of the recently added TI and S3C2410 entries to return it to this
ordering.
parent 353eb8c6
......@@ -135,9 +135,6 @@ config ARCH_SA1100
config ARCH_SHARK
bool "Shark"
config ARCH_OMAP
bool "TI OMAP"
config ARCH_S3C2410
bool "Samsung S3C2410"
help
......@@ -145,6 +142,9 @@ config ARCH_S3C2410
BAST (http://www.simtec.co.uk/products/EB110ITX/), the IPAQ 1940 or
the Samsung SMDK2410 development board (and derviatives).
config ARCH_OMAP
bool "TI OMAP"
endchoice
source "arch/arm/mach-clps711x/Kconfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment