[U-Boot] No BOOT_FROM tag build error

Fabio Estevam festevam at gmail.com
Thu Mar 8 17:20:24 UTC 2018


Hi Stefano,

On Thu, Mar 8, 2018 at 2:00 PM, Stefano Babic <sbabic at denx.de> wrote:

> Anyway, I) have just done what the error is saying:
>
> diff --git a/board/freescale/vf610twr/imximage.cfg
> b/board/freescale/vf610twr/imximage.cfg
> index 70157ed..9ff4890 100644
> --- a/board/freescale/vf610twr/imximage.cfg
> +++ b/board/freescale/vf610twr/imximage.cfg
> @@ -13,5 +13,7 @@
>  /* image version */
>  IMAGE_VERSION  2
>
> +BOOT_FROM      sd
> +
>  /* Boot Offset 0x400, valid for both SD and NAND boot */
>  BOOT_OFFSET    FLASH_OFFSET_STANDARD

Yes, I tried this change before here and it works for me, but still
fails for Breno.

The curious thing is that sometime it builds fine, sometimes not in
his machine even with this change applied.

It looks like a parallel build problem because I never see a failure
when only 'make' is used instead of 'make -j4'.

Thanks


More information about the U-Boot mailing list