]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6slevk: Add epdc uboot configuration and epdc firmware integration
authorLauren Post <lauren.post@freescale.com>
Thu, 24 Dec 2015 07:16:53 +0000 (15:16 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:25 +0000 (15:03 -0300)
SoloLite has epdc hardware configuration which is enabled by both uboot
and firmware.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx6slevk.conf

index 9ca57353c8211bd88159475881fce2af38f5d362..29144f33cf805b9952696390c25d12e2a6f3f1a0 100644 (file)
@@ -14,6 +14,7 @@ KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \
 
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"
+UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config"
 UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config"
 UBOOT_CONFIG[mfgtool] = "mx6slevk_config"
 
@@ -21,4 +22,4 @@ SERIAL_CONSOLE = "115200 ttymxc0"
 
 MACHINE_FEATURES += " pci wifi bluetooth"
 
-MACHINE_FIRMWARE += "linux-firmware-ath6k"
+MACHINE_FIRMWARE += "linux-firmware-ath6k firmware-imx-epdc"