diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-11-04 08:43:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 08:43:46 -0300 |
commit | 849c1978b508388508b4aaa433846677d1e1988a (patch) | |
tree | 6bb14339e56938e0eb9d89c6b903de99e33f91e3 | |
parent | c56ad2dc5e3bd7c2aaf10c75c1211dea176c241d (diff) | |
parent | 132b81af826865465f1deed682f0aaa8c7681d33 (diff) | |
download | meta-freescale-849c1978b508388508b4aaa433846677d1e1988a.tar.gz |
Merge pull request #915 from Ossanes/topic/remove-mx53ard
imx53ard: Remove machine due to its deadline
-rw-r--r-- | conf/machine/imx53ard.conf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf deleted file mode 100644 index b2c65b84..00000000 --- a/conf/machine/imx53ard.conf +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP i.MX53 SABRE Automotive Board | ||
3 | #@SOC: i.MX53 | ||
4 | #@DESCRIPTION: Machine configuration for NXP i.MX53 SABRE Automotive Board | ||
5 | #@MAINTAINER: Daiane Angolini <daiane.angolini@nxp.com> | ||
6 | |||
7 | MACHINEOVERRIDES =. "mx5:mx53:" | ||
8 | |||
9 | include conf/machine/include/imx-base.inc | ||
10 | include conf/machine/include/arm/armv7a/tune-cortexa8.inc | ||
11 | |||
12 | # Disable perf features as 2.6.35.3 fails to build otherwise | ||
13 | PERF_FEATURES_ENABLE = "" | ||
14 | |||
15 | KERNEL_DEVICETREE = "imx53-ard.dtb" | ||
16 | KERNEL_IMAGETYPE = "uImage" | ||
17 | |||
18 | # This machine is not supported by u-boot-imx as it is not tested by NXP on this | ||
19 | # board. So we force it to use u-boot-fslc which is based on mainline here. | ||
20 | IMX_DEFAULT_BOOTLOADER = "u-boot-fslc" | ||
21 | |||
22 | UBOOT_MAKE_TARGET = "u-boot.imx" | ||
23 | UBOOT_SUFFIX = "imx" | ||
24 | |||
25 | UBOOT_MACHINE = "mx53ard_config" | ||
26 | |||
27 | MACHINE_FIRMWARE += "linux-firmware-ar3k \ | ||
28 | linux-firmware-ath6k" | ||
29 | MACHINE_FEATURES += "wifi bluetooth" | ||