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 <[email protected]> --- conf/machine/imx6ulevk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 6a26768..1a60c6a 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -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" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
