Hi Pierre-Jean, On Mon, Jun 4, 2018 at 4:06 PM, Pierre-Jean Texier <[email protected]> wrote: > 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]> > --- > 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..939cae7 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_config,sdcard"
Wouldn't ""warp7_defconfig,sdcard" be better here? (config versus defconfig) -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
