OSDN Git Service

ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 Nov 2017 02:19:23 +0000 (11:19 +0900)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Dec 2017 15:11:12 +0000 (16:11 +0100)
commitea04d6b456b2b7a7163680fd1bd19567203faf7a
tree1df17fcb06fb660f08a4515f5b129af16bfdf9b2
parentc3aed3f6a016d69566eaef44b835176374c7cd0e
ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile

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 ($(CONFIG_OF),y)" in DT Makefile
can be deleted.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/boot/dts/Makefile