]> www.infradead.org Git - users/hch/misc.git/commit
sh: Migrate to the generic rule for built-in DTB
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 22 Dec 2024 00:32:07 +0000 (09:32 +0900)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Sat, 1 Feb 2025 09:43:18 +0000 (10:43 +0100)
commit21bcc49974c2a45c6c5e8e5e500ce6642e4328f1
treedd4748be3ce271e6cccf2b7f43beef29d7bc001e
parentd2a5f10bf1f123f6d9a7fb4be4cd92f6e95c129d
sh: Migrate to the generic rule for built-in DTB

Commit 654102df2ac2 ("kbuild: add generic support for built-in
boot DTBs") introduced generic support for built-in DTBs.

Select GENERIC_BUILTIN_DTB when built-in DTB support is enabled.

To keep consistency across architectures, this commit also renames
CONFIG_USE_BUILTIN_DTB to CONFIG_BUILTIN_DTB, and
CONFIG_BUILTIN_DTB_SOURCE to CONFIG_BUILTIN_DTB_NAME.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/Kbuild
arch/sh/Kconfig
arch/sh/boot/dts/Makefile
arch/sh/kernel/setup.c