diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:16:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 77cdf389f02b009b22b264264e149d3d8ae93573 (patch) | |
tree | bc20e0ab2df7344d58b858bbf4f2f665d1ce7d7d /conf/machine/imx6slevk.conf | |
parent | c5456a97da5bb5660e601594dacdf10924e3db0b (diff) | |
download | meta-freescale-77cdf389f02b009b22b264264e149d3d8ae93573.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/machine/imx6slevk.conf')
-rw-r--r-- | conf/machine/imx6slevk.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ | |||
14 | 14 | ||
15 | UBOOT_CONFIG ??= "sd" | 15 | UBOOT_CONFIG ??= "sd" |
16 | UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" | 16 | UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" |
17 | UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config" | ||
17 | UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" | 18 | UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" |
18 | UBOOT_CONFIG[mfgtool] = "mx6slevk_config" | 19 | UBOOT_CONFIG[mfgtool] = "mx6slevk_config" |
19 | 20 | ||
@@ -21,4 +22,4 @@ SERIAL_CONSOLE = "115200 ttymxc0" | |||
21 | 22 | ||
22 | MACHINE_FEATURES += " pci wifi bluetooth" | 23 | MACHINE_FEATURES += " pci wifi bluetooth" |
23 | 24 | ||
24 | MACHINE_FIRMWARE += "linux-firmware-ath6k" | 25 | MACHINE_FIRMWARE += "linux-firmware-ath6k firmware-imx-epdc" |