diff options
Diffstat (limited to 'conf/machine/imx6qsabresd.conf')
-rw-r--r-- | conf/machine/imx6qsabresd.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf deleted file mode 100644 index ea9119a9..00000000 --- a/conf/machine/imx6qsabresd.conf +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP i.MX6Q SABRE Smart Device | ||
3 | #@SOC: i.MX6Q | ||
4 | #@DESCRIPTION: Machine configuration for NXP i.MX6Q SABRE Smart Device | ||
5 | #@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br> | ||
6 | |||
7 | MACHINEOVERRIDES =. "mx6:mx6q:" | ||
8 | |||
9 | require conf/machine/include/imx6sabresd-common.inc | ||
10 | |||
11 | KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ | ||
12 | imx6q-sabresd-enetirq.dtb imx6q-sabresd-btwifi.dtb" | ||
13 | |||
14 | UBOOT_CONFIG ??= "sd" | ||
15 | UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" | ||
16 | UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config" | ||
17 | UBOOT_CONFIG[mfgtool] = "mx6qsabresd_config" | ||