As the machine were not using UBOOT_CONFIG we also converted it for it since the 'mfgtool' variant is needed.
Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/imx6slevk.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index 5c3d2fa..63a761c 100644 --- a/conf/machine/imx6slevk.conf +++ b/conf/machine/imx6slevk.conf @@ -11,7 +11,9 @@ SOC_FAMILY = "mx6:mx6sl" KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" -UBOOT_MACHINE = "mx6slevk_config" +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" +UBOOT_CONFIG[mfgtool] = "mx6slevk_config" SERIAL_CONSOLE = "115200 ttymxc0" -- 1.9.0 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
