summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-01-21 08:48:36 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-03 18:19:42 -0300
commitc5c1a7e9a4595335b26797482a991ac3c2f6b735 (patch)
treef4ce6b3acdbb136c06c91f4c5b751ecccdfe347f
parenta85c76ec6f1ca57913376b35ef93e3fbd7866a42 (diff)
downloadmeta-freescale-c5c1a7e9a4595335b26797482a991ac3c2f6b735.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/conf/machine/imx6slevk.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6slevk.conf b/meta-fsl-arm/conf/machine/imx6slevk.conf
index 5c3d2fa57..63a761cb6 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"
11 11
12KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" 12KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb"
13 13
14UBOOT_MACHINE = "mx6slevk_config" 14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"
16UBOOT_CONFIG[mfgtool] = "mx6slevk_config"
15 17
16SERIAL_CONSOLE = "115200 ttymxc0" 18SERIAL_CONSOLE = "115200 ttymxc0"
17 19