Re: [PATCH] ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile

2017-12-26 Thread Masahiro Yamada
2017-12-26 2:39 GMT+09:00 Krzysztof Kozlowski : > On Sun, Dec 24, 2017 at 6:19 PM, Masahiro Yamada > wrote: >> 2017-12-22 21:41 GMT+09:00 Krzysztof Kozlowski : >>> On Mon, Nov 27, 2017 at 3:19 AM, Masahiro Yamada >>> wrote: ARCH_S3C24XX is a very exceptional platform that some DT files in >>

Re: [PATCH] ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile

2017-12-25 Thread Krzysztof Kozlowski
On Sun, Dec 24, 2017 at 6:19 PM, Masahiro Yamada wrote: > 2017-12-22 21:41 GMT+09:00 Krzysztof Kozlowski : >> On Mon, Nov 27, 2017 at 3:19 AM, Masahiro Yamada >> wrote: >>> ARCH_S3C24XX is a very exceptional platform that some DT files in >>> arch/arm/boot/dts/, but does not select USE_OF. >> >>

Re: [PATCH] ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile

2017-12-24 Thread Masahiro Yamada
2017-12-22 21:41 GMT+09:00 Krzysztof Kozlowski : > On Mon, Nov 27, 2017 at 3:19 AM, Masahiro Yamada > wrote: >> ARCH_S3C24XX is a very exceptional platform that some DT files in >> arch/arm/boot/dts/, but does not select USE_OF. > > Not entirely. The platform does select USE_OF - when MACH_S3C2416

Re: [PATCH] ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile

2017-12-22 Thread Krzysztof Kozlowski
On Mon, Nov 27, 2017 at 3:19 AM, Masahiro Yamada wrote: > ARCH_S3C24XX is a very exceptional platform that some DT files in > arch/arm/boot/dts/, but does not select USE_OF. Not entirely. The platform does select USE_OF - when MACH_S3C2416_DT is chosen. For other boards USE_OF is not necessary be

Re: [PATCH] ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile

2017-12-21 Thread Arnd Bergmann
On Mon, Nov 27, 2017 at 3:19 AM, Masahiro Yamada wrote: > ARCH_S3C24XX is a very exceptional platform that some DT files in > arch/arm/boot/dts/, but does not select USE_OF. > > All the other platforms with DT files correctly select USE_OF > directly or indirectly (Most of them are either ARCH_MUL

[PATCH] ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile

2017-11-26 Thread Masahiro Yamada
ARCH_S3C24XX is a very exceptional platform that some DT files in arch/arm/boot/dts/, but does not select USE_OF. All the other platforms with DT files correctly select USE_OF directly or indirectly (Most of them are either ARCH_MULTIPLATFORM or ARM_SINGLE_ARMV7M). With ARCH_S3C24XX fixed, "ifeq