This allow the mfgtool variant into the UBOOT_CONFIG set. Signed-off-by: Otavio Salvador <[email protected]> ---
Changes in v2: - Rework commitlog (Daiane) conf/machine/imx6dlsabresd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index bd1f602..1e934e1 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/conf/machine/imx6dlsabresd.conf @@ -12,3 +12,4 @@ KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hd UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" +UBOOT_CONFIG[mfgtool] = "mx6dlsabresd_config" -- 1.9.0 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
