diff options
-rw-r--r-- | conf/machine/imx6qpsabreauto.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/imx6qpsabreauto.conf b/conf/machine/imx6qpsabreauto.conf new file mode 100644 index 00000000..cf826989 --- /dev/null +++ b/conf/machine/imx6qpsabreauto.conf | |||
@@ -0,0 +1,23 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX6Q Plus SABRE Automotive | ||
3 | #@SOC: i.MX6QP | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6QP SABRE Automotive | ||
5 | #@MAINTAINER: Lauren Post <lauren.post@freescale.com> | ||
6 | |||
7 | require conf/machine/include/imx6sabreauto-common.inc | ||
8 | |||
9 | SOC_FAMILY = "mx6:mx6q" | ||
10 | |||
11 | KERNEL_DEVICETREE = "imx6qp-sabreauto.dtb imx6qp-sabreauto-ecspi.dtb imx6qp-sabreauto-flexcan1.dtb \ | ||
12 | imx6qp-sabreauto-gpmi-weim.dtb" | ||
13 | |||
14 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
15 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
16 | |||
17 | UBOOT_CONFIG ??= "sd" | ||
18 | UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard" | ||
19 | UBOOT_CONFIG[eimnor] = "mx6qpsabreauto_eimnor_config" | ||
20 | UBOOT_CONFIG[nand] = "mx6qpsabreauto_nand_config,ubifs" | ||
21 | UBOOT_CONFIG[spinor] = "mx6qpsabreauto_spinor_config" | ||
22 | UBOOT_CONFIG[sata] = "mx6qpsabreauto_sata_config" | ||
23 | UBOOT_CONFIG[mfgtool] = "mx6qpsabreauto_config" | ||