aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \
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"