[meta-freescale] [PATCH 2/2] distro/fsl-base: Configure u-boot provider properly

Fabio Estevam festevam at gmail.com
Sun Mar 4 07:42:07 PST 2018


On Thu, Mar 1, 2018 at 10:24 AM, Daiane Angolini
<daiane.angolini at nxp.com> wrote:
> Signed-off-by: Daiane Angolini <daiane.angolini at nxp.com>

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.


More information about the meta-freescale mailing list