diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:16:50 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-11 18:07:36 -0200 |
commit | a7cbbba0a9c081291796e8123c8cde2d69b9b284 (patch) | |
tree | 38179e7b098cdc6906491cc17e7c786f98adf299 | |
parent | 6afdc9defd477bde46fd367f199fc40782c9a127 (diff) | |
download | meta-fsl-arm-a7cbbba0a9c081291796e8123c8cde2d69b9b284.tar.gz |
imx6dlsabresd.conf: Add epdc boot configurations and epdc firmware
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-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" | ||