On Thu, 23 Jul 2026 09:40:21 +0800, Lianghong Liu wrote:
> When CONFIG_MULTI_DTB_FIT is enabled, fit-dtb.blob is produced by
> mkimage with one "-b " argument for every entry in CONFIG_OF_LIST.
> The make rule, however, only listed dts/dt.dtb (i.e. the
> CONFIG_DEFAULT_DEVICE_TREE blob) as a prerequisite:
>
> fit-dtb.blob: dts/dt.dtb FORCE
> $(call if_changed,mkimage)
>
> [...]
Applied to u-boot/main, thanks!
[1/1] Makefile: depend on OF_LIST dts sources for fit-dtb.blob
commit: 93926f630e486d3cb2f2278c2785b2e2e9a3d705
--
Tom