On Thu, Mar 1, 2018 at 10:24 AM, Daiane Angolini <[email protected]> wrote: > Signed-off-by: Daiane Angolini <[email protected]>
A commit log would help here to explain the motivation for this change. > --- > conf/distro/include/fsl-base.inc | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/conf/distro/include/fsl-base.inc > b/conf/distro/include/fsl-base.inc > index 55e7982..a930252 100644 > --- a/conf/distro/include/fsl-base.inc > +++ b/conf/distro/include/fsl-base.inc > @@ -20,6 +20,13 @@ PREFERRED_PROVIDER_u-boot_mx6ul = "u-boot-imx" > PREFERRED_PROVIDER_u-boot_mx6ull = "u-boot-imx" > PREFERRED_PROVIDER_u-boot_mx7d = "u-boot-imx" > > +UBOOT_MACHINE_mx6 = "mx6qsabresd_config" Is this for an old U-Boot version? Currently we use mx6sabresd_defconfig instead. > +UBOOT_SUFFIX_mx6 = "imx" > +SPL_BINARY_mx6 = "" > +UBOOT_MAKE_TARGET_mx6 = "u-boot.imx" and it does not generate u-boot.imx. It generates SPL and u-boot.img binaries instead. -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
