]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6slevk: Add U-Boot Manufacturing Tool config
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 21 Jan 2014 10:48:36 +0000 (08:48 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 3 Mar 2014 21:19:42 +0000 (18:19 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/imx6slevk.conf

index 5c3d2fa57d8eb3c4a7f8645fb08505f6f748fca0..63a761cb60c28196ef9b87f8b49393f4e625b736 100644 (file)
@@ -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"