Re: [PATCH v2] ARM: avoid duplicated "Kernel: arch/arm/boot/*Image is ready" log

2016-05-26 Thread Masahiro Yamada
Hi. Assuming no objection to this patch, I will put it into Russell's patch tracker after v4.7-rc1 is out. 2016-04-04 11:29 GMT+09:00 Masahiro Yamada : > Commit 3939f3345050 ("ARM: 8418/1: add boot image dependencies to not > generate invalid images") fixed bad image generation in case of > par

[PATCH v2] ARM: avoid duplicated "Kernel: arch/arm/boot/*Image is ready" log

2016-04-03 Thread Masahiro Yamada
Commit 3939f3345050 ("ARM: 8418/1: add boot image dependencies to not generate invalid images") fixed bad image generation in case of parallel building, but as a side effect, Kbuild now descends into arch/arm/boot/ again and again, duplicating the log messages. It is clumsy, so let's display the s