diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:16:58 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | d103fc5bae25c5baff3f9a37ba93fc01fbbb7e89 (patch) | |
tree | 604fa32318fa974a9dc3f77a58e5c8b9762bd364 /conf/machine/imx7dsabresd.conf | |
parent | 7f874a453f73723560d8cc7a05366edd75363320 (diff) | |
download | meta-freescale-d103fc5bae25c5baff3f9a37ba93fc01fbbb7e89.tar.gz |
imx7dsabresd: Add epdc U-Boot configuration
i.MX 7Dual supports epdc hardware so add epdc boot configuration
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx7dsabresd.conf')
-rw-r--r-- | conf/machine/imx7dsabresd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
20 | UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" | 20 | UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" |
21 | UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" | 21 | UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" |
22 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" | 22 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" |
23 | UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" | ||
23 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config" | 24 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config" |