diff options
-rw-r--r-- | conf/machine/imx6ulevk.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf new file mode 100644 index 00000000..319d9f08 --- /dev/null +++ b/conf/machine/imx6ulevk.conf | |||
@@ -0,0 +1,22 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX6UL Evaluation Kit | ||
3 | #@SOC: i.MX6UL | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6UL EVK | ||
5 | #@MAINTAINER: Lauren Post <lauren.post@freescale.com> | ||
6 | |||
7 | include conf/machine/include/imx-base.inc | ||
8 | include conf/machine/include/tune-cortexa7.inc | ||
9 | |||
10 | MACHINE_FEATURES += " pci wifi bluetooth" | ||
11 | |||
12 | SOC_FAMILY = "mx6:mx6ul" | ||
13 | |||
14 | KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" | ||
15 | |||
16 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
17 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
18 | |||
19 | UBOOT_CONFIG ??= "sd" | ||
20 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" | ||
21 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" | ||
22 | UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" | ||