From 77cdf389f02b009b22b264264e149d3d8ae93573 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 24 Dec 2015 15:16:53 +0800 Subject: [PATCH] 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 --- 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 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" -- 2.40.1