From f87ece97405729abfd3ed2c8e8e44fdf74d09fa2 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Thu, 22 Oct 2015 14:10:22 -0200 Subject: [PATCH] imx6ulevk: Configure machine to use u-boot SPL 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 Reviewed-by: Fabio Estevam Signed-off-by: Otavio Salvador --- conf/machine/imx6ulevk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 6a26768a..1a60c6a1 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" -- 2.40.1