diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-09-30 13:48:02 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | 068549d3a5a04ddb229cf3c0e33b4dd500736232 (patch) | |
tree | 135d7e6ed042cea8836768e4fde5d0193470b20e /conf/machine/imx6ulevk.conf | |
parent | 142486fafdeaaba0b5dadad2b263b680775adc58 (diff) | |
download | meta-freescale-068549d3a5a04ddb229cf3c0e33b4dd500736232.tar.gz |
imx6ulevk: Add imx6ul-14x14-evk-emmc.dtb device tree
Enable eMMC for i.MX6UL EVK rework board due to the pad conflict with NAND
and Micro-SD.
Signed-off-by: Lauren Post <lauren.post@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index e81b10f6..ae20ab87 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf | |||
@@ -12,7 +12,8 @@ include conf/machine/include/tune-cortexa7.inc | |||
12 | MACHINE_FEATURES += " pci wifi bluetooth" | 12 | MACHINE_FEATURES += " pci wifi bluetooth" |
13 | 13 | ||
14 | KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \ | 14 | KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \ |
15 | imx6ul-14x14-evk-gpmi-weim.dtb imx6ul-14x14-evk-usb-certi.dtb " | 15 | imx6ul-14x14-evk-gpmi-weim.dtb imx6ul-14x14-evk-usb-certi.dtb \ |
16 | imx6ul-14x14-evk-emmc.dtb " | ||
16 | 17 | ||
17 | UBOOT_SUFFIX = "img" | 18 | UBOOT_SUFFIX = "img" |
18 | SPL_BINARY = "SPL" | 19 | SPL_BINARY = "SPL" |