Re: [U-Boot] [PATCH] arm, imx, Makefile: support CONFIG_MULTI_DTB_FIT

2019-05-28 Thread Fabio Estevam
Hi Heiko, On Tue, May 28, 2019 at 1:39 AM Heiko Schocher wrote: > I would reword the commit message and subject to: > """ > arm, imx, Makefile: fix u-boot-dtb.imx build in CONFIG_MULTI_DTB_FIT case > > in case CONFIG_MULTI_DTB_FIT is set and u-boot-dtb.imx > image is build, currently

Re: [U-Boot] [PATCH] arm, imx, Makefile: support CONFIG_MULTI_DTB_FIT

2019-05-27 Thread Heiko Schocher
Hello Fabio, Am 27.05.2019 um 14:07 schrieb Fabio Estevam: Hi Heiko, On Mon, May 27, 2019 at 3:08 AM Heiko Schocher wrote: in case CONFIG_MULTI_DTB_FIT is active, use u-boot-fit-dtb.bin. We currently use CONFIG_MULTI_DTB_FIT on mx6sabresd target. Could you please expand the commit log

Re: [U-Boot] [PATCH] arm, imx, Makefile: support CONFIG_MULTI_DTB_FIT

2019-05-27 Thread Fabio Estevam
Hi Heiko, On Mon, May 27, 2019 at 3:08 AM Heiko Schocher wrote: > > in case CONFIG_MULTI_DTB_FIT is active, use > u-boot-fit-dtb.bin. We currently use CONFIG_MULTI_DTB_FIT on mx6sabresd target. Could you please expand the commit log explaining why we need to introduce u-boot-fit-dtb.bin?

[U-Boot] [PATCH] arm, imx, Makefile: support CONFIG_MULTI_DTB_FIT

2019-05-27 Thread Heiko Schocher
in case CONFIG_MULTI_DTB_FIT is active, use u-boot-fit-dtb.bin. Signed-off-by: Heiko Schocher --- clean travis build, see: https://travis-ci.org/hsdenx/u-boot-test/builds/537359339 Makefile | 4 arch/arm/mach-imx/Makefile | 11 ++- 2 files changed, 14