[meta-freescale] [meta-fsl-arm][PATCH 06/27] imx6slevk: Add epdc uboot configuration and epdc firmware integration

Jun Zhu R01007 at freescale.com
Wed Dec 23 23:16:53 PST 2015


From: Lauren Post <lauren.post at freescale.com>

SoloLite has epdc hardware configuration which is enabled by both uboot
and firmware.

Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 conf/machine/imx6slevk.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf
index 9ca5735..29144f3 100644
--- a/conf/machine/imx6slevk.conf
+++ b/conf/machine/imx6slevk.conf
@@ -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"
-- 
1.9.1



More information about the meta-freescale mailing list