summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-09-30 13:48:02 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:14 -0200
commit068549d3a5a04ddb229cf3c0e33b4dd500736232 (patch)
tree135d7e6ed042cea8836768e4fde5d0193470b20e /conf
parent142486fafdeaaba0b5dadad2b263b680775adc58 (diff)
downloadmeta-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')
-rw-r--r--conf/machine/imx6ulevk.conf3
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
12MACHINE_FEATURES += " pci wifi bluetooth" 12MACHINE_FEATURES += " pci wifi bluetooth"
13 13
14KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \ 14KERNEL_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
17UBOOT_SUFFIX = "img" 18UBOOT_SUFFIX = "img"
18SPL_BINARY = "SPL" 19SPL_BINARY = "SPL"