diff options
-rw-r--r-- | conf/machine/imx6dlsabresd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index d3d2e53..c13af2f 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/conf/machine/imx6dlsabresd.conf | |||
@@ -13,4 +13,7 @@ KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hd | |||
13 | 13 | ||
14 | UBOOT_CONFIG ??= "sd" | 14 | UBOOT_CONFIG ??= "sd" |
15 | UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" | 15 | UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" |
16 | UBOOT_CONFIG[epdc] = "mx6dlsabresd_epdc_config" | ||
16 | UBOOT_CONFIG[mfgtool] = "mx6dlsabresd_config" | 17 | UBOOT_CONFIG[mfgtool] = "mx6dlsabresd_config" |
18 | |||
19 | MACHINE_FIRMWARE += "firmware-imx-epdc" | ||