Re: [PATCH] kbuild: remove unneeded -O option to dtc

2021-03-10 Thread Rob Herring
On Wed, Mar 10, 2021 at 4:09 AM Masahiro Yamada wrote: > > This piece of code converts the target suffix to the dtc -O option: > > *.dtb -> -O dtb > *.dt.yaml -> -O yaml > > Commit ce88c9c79455 ("kbuild: Add support to build overlays (%.dtbo)") > added the third case: > > *.dtb

Re: [PATCH] kbuild: remove unneeded -O option to dtc

2021-03-10 Thread Viresh Kumar
On 10-03-21, 20:08, Masahiro Yamada wrote: > This piece of code converts the target suffix to the dtc -O option: > > *.dtb -> -O dtb > *.dt.yaml -> -O yaml > > Commit ce88c9c79455 ("kbuild: Add support to build overlays (%.dtbo)") > added the third case: > > *.dtbo -> -O