Re: [PATCH v1 1/1] makefile: add multi_dtb_fit dep

2023-01-11 Thread Michal Simek
On 12/21/22 08:54, Neal Frager wrote: With certain gcc compilers, the u-boot.itb is built immediately after dtb generation. If CONFIG_MULTI_DTB_FIT is used, it is possible that the fit-dtb.blob is not finished in time. This patch adds a necessary dependency to guarantee that the

RE: [PATCH v1 1/1] makefile: add multi_dtb_fit dep

2022-12-22 Thread Frager, Neal
Hi Simon, > > With certain gcc compilers, the u-boot.itb is built immediately after > dtb generation. If CONFIG_MULTI_DTB_FIT is used, it is possible that > the fit-dtb.blob is not finished in time. > > This patch adds a necessary dependency to guarantee that the > fit-dtb.blob is built

Re: [PATCH v1 1/1] makefile: add multi_dtb_fit dep

2022-12-21 Thread Simon Glass
Hi Neil, On Wed, 21 Dec 2022 at 07:07, Neal Frager wrote: > > With certain gcc compilers, the u-boot.itb is built immediately after dtb > generation. If CONFIG_MULTI_DTB_FIT is used, it is possible that the > fit-dtb.blob is not finished in time. > > This patch adds a necessary dependency to

[PATCH v1 1/1] makefile: add multi_dtb_fit dep

2022-12-21 Thread Neal Frager
With certain gcc compilers, the u-boot.itb is built immediately after dtb generation. If CONFIG_MULTI_DTB_FIT is used, it is possible that the fit-dtb.blob is not finished in time. This patch adds a necessary dependency to guarantee that the fit-dtb.blob is built before attempting to build the