summaryrefslogtreecommitdiffstats
path: root/conf
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
commitc22315b3bb3fe29c20d58f4e5cb3523fa7407868 (patch)
tree5b4fcdbe02da000647bfad684fb6d62c1e4c217c /conf
parentc01873524b8dd35744f5945f73695d301b8d9d97 (diff)
downloadmeta-fsl-arm-c22315b3bb3fe29c20d58f4e5cb3523fa7407868.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>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6slevk.conf4
1 files changed, 3 insertions, 1 deletions
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"
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