From: Lauren Post Date: Thu, 24 Dec 2015 07:16:58 +0000 (+0800) Subject: imx7dsabresd: Add epdc U-Boot configuration X-Git-Tag: 2.1~75 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d103fc5bae25c5baff3f9a37ba93fc01fbbb7e89;p=meta-freescale.git imx7dsabresd: Add epdc U-Boot configuration i.MX 7Dual supports epdc hardware so add epdc boot configuration Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index ce83553b..c0a19301 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/conf/machine/imx7dsabresd.conf @@ -20,4 +20,5 @@ UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" +UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config"