The 'secure_defconfig' was removed, see [1]. [1] https://github.com/Freescale/u-boot-fslc/commit/8273209bd9741e52e7a9db4ea76113e82213bbc0
Signed-off-by: Pierre-Jean Texier <[email protected]> --- Changes for v2: - use defconfig (vs config) Signed-off-by: Pierre-Jean Texier <[email protected]> --- conf/machine/imx7s-warp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf index 7a23fd6..0557562 100644 --- a/conf/machine/imx7s-warp.conf +++ b/conf/machine/imx7s-warp.conf @@ -16,6 +16,6 @@ KERNEL_DEVICETREE = "imx7s-warp.dtb" PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7" UBOOT_CONFIG ??= "sd" -UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard" +UBOOT_CONFIG[sd] = "warp7_defconfig,sdcard" MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
