]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6ulevk: Configure machine to use u-boot SPL
authorDaiane Angolini <daiane.angolini@freescale.com>
Thu, 22 Oct 2015 16:10:22 +0000 (14:10 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:21 +0000 (15:03 -0300)
At first, this machine was supported only by u-boot-imx U-Boot provider, however
as soon as u-boot-fslc included this support, the U-Boot provider was changed.

During the change of default U-Boot provider, the SPL configuration end up being
missed.

The needed SPL configuration is set up in this patch.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx6ulevk.conf

index 6a26768ab94b90dd5c4156ab04cae015333c2f54..1a60c6a1cb611519fe6bf42c51d4eab44be34dba 100644 (file)
@@ -13,6 +13,9 @@ SOC_FAMILY = "mx6ul"
 
 KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb"
 
+UBOOT_SUFFIX = "img"
+SPL_BINARY = "SPL"
+UBOOT_MAKE_TARGET = ""
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"
 UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"