[meta-freescale] [meta-fsl-arm PATCH v2 08/16] imx6slevk: Add U-Boot Manufacturing Tool config

Otavio Salvador otavio at ossystems.com.br
Wed Feb 26 13:50:12 PST 2014


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.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v2:
- Rework commitlog (Daiane)

 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



More information about the meta-freescale mailing list