summaryrefslogtreecommitdiffstats
path: root/platforms/architecture.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-08-07 19:13:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-08-07 19:13:17 +0000
commitf2e40e8617cac3183fabc9771a96e2429a33a126 (patch)
tree1451956b5b9442ea1d43bb7bf1b5742d0b3e63ae /platforms/architecture.in
parent689b01f4ddb13d9d806a30de9f6f21696f394f40 (diff)
downloadptxdist-f2e40e8617cac3183fabc9771a96e2429a33a126.tar.gz
ptxdist-f2e40e8617cac3183fabc9771a96e2429a33a126.tar.xz
* platforms:
Currently for each SoC of the Atmel AT91SAM926x series a new platformtype is created. However, these cores look very much the same so, a new platform define for each of these SoC is overkill. Notice that the same compiler configuration/flags can be used to support all these cores, even the same kernel build/configuration can be used across these SoC-types. This patch merges them all together to 1 generic type. (Notice that the AT91RM9200 is a completely different CPU, so it should remain its own platform type.) Note: The AT91Bootstrap build depends on the define ARCH_ARM_AT91SAM926X Signed-off-by: Remy Bohmer <linux@bohmer.net> --- platforms/architecture.in | 10 +++------- rules/ffmpeg.make | 11 +---------- 2 files changed, 4 insertions(+), 17 deletions(-) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8725 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'platforms/architecture.in')
-rw-r--r--platforms/architecture.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/platforms/architecture.in b/platforms/architecture.in
index 60c0ea414..eb7d63301 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -90,11 +90,8 @@ choice
config ARCH_ARM_AT91RM9200
bool "at91rm9200 "
- config ARCH_ARM_AT91SAM9260
- bool "at91sam9260"
-
- config ARCH_ARM_AT91SAM9263
- bool "at91sam9263"
+ config ARCH_ARM_AT91SAM926X
+ bool "at91sam926x"
config ARM_ARM_EPXA
bool "excalibur "
@@ -212,8 +209,7 @@ config ENDIAN_LITTLE
default y if MENU_ENDIAN_LITTLE
default y if ARCH_ARM_ATMEL
default y if ARCH_ARM_AT91RM9200
- default y if ARCH_ARM_AT91SAM9260
- default y if ARCH_ARM_AT91SAM9263
+ default y if ARCH_ARM_AT91SAM926X
default y if ARCH_ARM_EPXA
default y if ARCH_ARM_IMX
default y if ARCH_ARM_NETARM