Re: [PATCH] powerpc/boot: add DTB to 'targets'

2020-07-13 Thread Michael Ellerman
Masahiro Yamada writes: > PowerPC always re-builds DTB even if nothing has been changed. > > As for other architectures, arch/*/boot/dts/Makefile builds DTB by > using the dtb-y syntax. > > In contrast, arch/powerpc/boot/dts/(fsl/)Makefile does nothing unless > CONFIG_OF_ALL_DTBS is defined. Inste

[PATCH] powerpc/boot: add DTB to 'targets'

2020-07-13 Thread Masahiro Yamada
PowerPC always re-builds DTB even if nothing has been changed. As for other architectures, arch/*/boot/dts/Makefile builds DTB by using the dtb-y syntax. In contrast, arch/powerpc/boot/dts/(fsl/)Makefile does nothing unless CONFIG_OF_ALL_DTBS is defined. Instead, arch/powerpc/boot/Makefile builds