diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-21 08:48:36 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-03 18:19:42 -0300 |
| commit | c5c1a7e9a4595335b26797482a991ac3c2f6b735 (patch) | |
| tree | f4ce6b3acdbb136c06c91f4c5b751ecccdfe347f | |
| parent | a85c76ec6f1ca57913376b35ef93e3fbd7866a42 (diff) | |
| download | meta-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.conf | 4 |
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 | ||
| 12 | KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" | 12 | KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" |
| 13 | 13 | ||
| 14 | UBOOT_MACHINE = "mx6slevk_config" | 14 | UBOOT_CONFIG ??= "sd" |
| 15 | UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" | ||
| 16 | UBOOT_CONFIG[mfgtool] = "mx6slevk_config" | ||
| 15 | 17 | ||
| 16 | SERIAL_CONSOLE = "115200 ttymxc0" | 18 | SERIAL_CONSOLE = "115200 ttymxc0" |
| 17 | 19 | ||
