summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-04 08:43:46 -0300
committerGitHub <noreply@github.com>2021-11-04 08:43:46 -0300
commit849c1978b508388508b4aaa433846677d1e1988a (patch)
tree6bb14339e56938e0eb9d89c6b903de99e33f91e3
parentc56ad2dc5e3bd7c2aaf10c75c1211dea176c241d (diff)
parent132b81af826865465f1deed682f0aaa8c7681d33 (diff)
downloadmeta-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.conf29
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
7MACHINEOVERRIDES =. "mx5:mx53:"
8
9include conf/machine/include/imx-base.inc
10include conf/machine/include/arm/armv7a/tune-cortexa8.inc
11
12# Disable perf features as 2.6.35.3 fails to build otherwise
13PERF_FEATURES_ENABLE = ""
14
15KERNEL_DEVICETREE = "imx53-ard.dtb"
16KERNEL_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.
20IMX_DEFAULT_BOOTLOADER = "u-boot-fslc"
21
22UBOOT_MAKE_TARGET = "u-boot.imx"
23UBOOT_SUFFIX = "imx"
24
25UBOOT_MACHINE = "mx53ard_config"
26
27MACHINE_FIRMWARE += "linux-firmware-ar3k \
28 linux-firmware-ath6k"
29MACHINE_FEATURES += "wifi bluetooth"