From c5c1a7e9a4595335b26797482a991ac3c2f6b735 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 21 Jan 2014 08:48:36 -0200 Subject: [PATCH] imx6slevk: Add U-Boot Manufacturing Tool config As the machine were not using UBOOT_CONFIG, the first step was to convert the recipe to use the variable. After that, the mfgtool variant is added. Change-Id: I73ab7cdaef1d85cfd7cb3e3d650aed09682be2f4 Signed-off-by: Otavio Salvador --- meta-fsl-arm/conf/machine/imx6slevk.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/conf/machine/imx6slevk.conf b/meta-fsl-arm/conf/machine/imx6slevk.conf index 5c3d2fa5..63a761cb 100644 --- a/meta-fsl-arm/conf/machine/imx6slevk.conf +++ b/meta-fsl-arm/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" -- 2.40.1