summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-12-24 15:16:53 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-11 18:09:47 -0200
commitce6798fc4a38ba992204243302662657740598e3 (patch)
treecf100e8a1d0cf9df4d9487216565fcafb6645519
parentd6329e09fff7ab032d0232f48791382f4f3f96b5 (diff)
downloadmeta-fsl-arm-ce6798fc4a38ba992204243302662657740598e3.tar.gz
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 <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6slevk.conf3
1 files changed, 2 insertions, 1 deletions
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 \
14 14
15UBOOT_CONFIG ??= "sd" 15UBOOT_CONFIG ??= "sd"
16UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" 16UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"
17UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config"
17UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" 18UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config"
18UBOOT_CONFIG[mfgtool] = "mx6slevk_config" 19UBOOT_CONFIG[mfgtool] = "mx6slevk_config"
19 20
@@ -21,4 +22,4 @@ SERIAL_CONSOLE = "115200 ttymxc0"
21 22
22MACHINE_FEATURES += " pci wifi bluetooth" 23MACHINE_FEATURES += " pci wifi bluetooth"
23 24
24MACHINE_FIRMWARE += "linux-firmware-ath6k" 25MACHINE_FIRMWARE += "linux-firmware-ath6k firmware-imx-epdc"