From: Lauren Post Date: Thu, 24 Dec 2015 07:16:53 +0000 (+0800) Subject: imx6slevk: Add epdc uboot configuration and epdc firmware integration X-Git-Tag: 2.1~80 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=77cdf389f02b009b22b264264e149d3d8ae93573;p=meta-freescale.git imx6slevk: Add epdc uboot configuration and epdc firmware integration SoloLite has epdc hardware configuration which is enabled by both uboot and firmware. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index 9ca57353..29144f33 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"