summaryrefslogtreecommitdiffstats
path: root/conf
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:07:36 -0200
commit93af98648a2e682f2b6bfbcd7e73b25f457d1b0b (patch)
tree0bc5e176e785f71949ffba4dac15c8337003f0cb /conf
parent27d8e46a09b261347d89c6a4fbf09a11907008ac (diff)
downloadmeta-fsl-arm-93af98648a2e682f2b6bfbcd7e73b25f457d1b0b.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>
Diffstat (limited to 'conf')
-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"