summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-01-21 08:50:50 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-03 18:19:42 -0300
commite8ca1d0eb2d0e3b7987bf2a45c8a49b3a2025674 (patch)
tree4d333f5368e77cf2389ad6871fbee7f7654cfefc
parent94daa4cb4709fa68366e9370d4bbef1c1818dc7b (diff)
downloadmeta-fsl-arm-e8ca1d0eb2d0e3b7987bf2a45c8a49b3a2025674.tar.gz
imx6qsabresd: Add U-Boot Manufacturing Tool config
This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ia96cffe65f0ce4a97c705a1c5dd69de2f6bfc5bd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6qsabresd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf
index 3518e64..4b493b9 100644
--- a/conf/machine/imx6qsabresd.conf
+++ b/conf/machine/imx6qsabresd.conf
@@ -13,3 +13,4 @@ KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.
13UBOOT_CONFIG ??= "sd" 13UBOOT_CONFIG ??= "sd"
14UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" 14UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard"
15UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config" 15UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config"
16UBOOT_CONFIG[mfgtool] = "mx6qsabresd_config"