Re: [PATCH] powerpc: build dtb even without COMPILE_TEST

2019-01-08 Thread Michael Ellerman
Rob Herring writes: > On Fri, Jan 4, 2019 at 3:58 AM Corentin Labbe wrote: >> >> I wanted to test the virtex440-ml507 qemu machine and found that the dtb >> for it was not builded. > > Just do: > > make virtex440-ml507.dtb I actually thought you had to do that, so I've never done anything

Re: [PATCH] powerpc: build dtb even without COMPILE_TEST

2019-01-04 Thread Rob Herring
On Fri, Jan 4, 2019 at 3:58 AM Corentin Labbe wrote: > > I wanted to test the virtex440-ml507 qemu machine and found that the dtb > for it was not builded. Just do: make virtex440-ml507.dtb > All powerpc DTB are only built when CONFIG_OF_ALL_DTBS is set which depend on > COMPILE_TEST. > But

[PATCH] powerpc: build dtb even without COMPILE_TEST

2019-01-04 Thread Corentin Labbe
I wanted to test the virtex440-ml507 qemu machine and found that the dtb for it was not builded. All powerpc DTB are only built when CONFIG_OF_ALL_DTBS is set which depend on COMPILE_TEST. But building DTB is not related to a "compile build test". So this patch made building of DTB independent of