Re: [PATCH 7/7] MIPS: boot: rebuild ITB when contained DTB is updated

2018-06-19 Thread Paul Burton
Hi Masahiro, On Mon, Apr 16, 2018 at 07:47:47AM -0700, Masahiro Yamada wrote: > Since now, the unnecessary rebuild of ITB has been fixed. Another > problem to be taken care of is, missed rebuild of ITB. > > For example, board-boston.its.S includes boston.dtb by the /incbin/ > directive. If bost

[PATCH 7/7] MIPS: boot: rebuild ITB when contained DTB is updated

2018-04-16 Thread Masahiro Yamada
Since now, the unnecessary rebuild of ITB has been fixed. Another problem to be taken care of is, missed rebuild of ITB. For example, board-boston.its.S includes boston.dtb by the /incbin/ directive. If boston.dtb is updated, vmlinux.*.dtb must be rebuilt. Currently, the dependency between ITB a