diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-22 17:06:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-22 17:06:32 +0200 |
commit | e0b59d4f370957033639250d4c1bc40ed14937c5 (patch) | |
tree | b57445527f6bc8c027d8e35a2d2fdba3199f01b7 /conf | |
parent | 308b775cd44cabfb8e712d92c078b012849345f4 (diff) | |
download | meta-ti-e0b59d4f370957033639250d4c1bc40ed14937c5.tar.gz |
machine files: start removing TARGET_ARCH
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am3517-evm.conf | 1 | ||||
-rw-r--r-- | conf/machine/am37x-evm.conf | 1 | ||||
-rw-r--r-- | conf/machine/beagleboard.conf | 1 | ||||
-rw-r--r-- | conf/machine/include/davinci.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/ti814x.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/ti816x.inc | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index 8dafd60d..b3efa9ab 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf | |||
@@ -1,7 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: AM3517 EVM | 2 | #@NAME: AM3517 EVM |
3 | #@DESCRIPTION: Machine configuration for the TI Sitara AM3517 EVM | 3 | #@DESCRIPTION: Machine configuration for the TI Sitara AM3517 EVM |
4 | TARGET_ARCH = "arm" | ||
5 | 4 | ||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
7 | XSERVER = "xserver-xorg \ | 6 | XSERVER = "xserver-xorg \ |
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index 0b9e2ddc..e4170f4e 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf | |||
@@ -1,7 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: AM37x EVM | 2 | #@NAME: AM37x EVM |
3 | #@DESCRIPTION: Machine configuration for the TI AM37x EVM | 3 | #@DESCRIPTION: Machine configuration for the TI AM37x EVM |
4 | TARGET_ARCH = "arm" | ||
5 | 4 | ||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
7 | XSERVER = "xserver-xorg \ | 6 | XSERVER = "xserver-xorg \ |
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 177820a5..e28d6ad5 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf | |||
@@ -1,7 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: Beagleboard machine | 2 | #@NAME: Beagleboard machine |
3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board | 3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board |
4 | TARGET_ARCH = "arm" | ||
5 | 4 | ||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
7 | XSERVER = "xserver-xorg \ | 6 | XSERVER = "xserver-xorg \ |
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 27be986b..80198449 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc | |||
@@ -3,7 +3,6 @@ require conf/machine/include/tune-arm926ejs.inc | |||
3 | # Increase this everytime you change something in the kernel | 3 | # Increase this everytime you change something in the kernel |
4 | MACHINE_KERNEL_PR = "r51" | 4 | MACHINE_KERNEL_PR = "r51" |
5 | 5 | ||
6 | TARGET_ARCH = "arm" | ||
7 | 6 | ||
8 | KERNEL_IMAGETYPE = "uImage" | 7 | KERNEL_IMAGETYPE = "uImage" |
9 | 8 | ||
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index a40be431..8b669611 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -1,5 +1,4 @@ | |||
1 | SOC_FAMILY = "omap3" | 1 | SOC_FAMILY = "omap3" |
2 | TARGET_ARCH = "arm" | ||
3 | 2 | ||
4 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" |
diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc index 3e7ee763..4f1c1dea 100644 --- a/conf/machine/include/ti814x.inc +++ b/conf/machine/include/ti814x.inc | |||
@@ -1,4 +1,3 @@ | |||
1 | TARGET_ARCH = "arm" | ||
2 | SOC_FAMILY = "ti814x" | 1 | SOC_FAMILY = "ti814x" |
3 | 2 | ||
4 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc index 57bd89f0..06cb7c0e 100644 --- a/conf/machine/include/ti816x.inc +++ b/conf/machine/include/ti816x.inc | |||
@@ -1,4 +1,3 @@ | |||
1 | TARGET_ARCH = "arm" | ||
2 | SOC_FAMILY = "ti816x" | 1 | SOC_FAMILY = "ti816x" |
3 | 2 | ||
4 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |