Re: [PATCH] ARC: migrate to the generic rule for built-in DTB

2025-01-13 Thread Masahiro Yamada
On Tue, Dec 24, 2024 at 7:06 AM Vineet Gupta wrote: > > On 12/21/24 16:15, Masahiro Yamada wrote: > > Commit 654102df2ac2 ("kbuild: add generic support for built-in boot > > DTBs") introduced generic support for built-in DTBs. > > > > Select GENERIC_BUILTIN_DTB to use the generic rule. > > > > To

Re: [PATCH] ARC: migrate to the generic rule for built-in DTB

2024-12-23 Thread Vineet Gupta
On 12/21/24 16:15, Masahiro Yamada wrote: > Commit 654102df2ac2 ("kbuild: add generic support for built-in boot > DTBs") introduced generic support for built-in DTBs. > > Select GENERIC_BUILTIN_DTB to use the generic rule. > > To keep consistency across architectures, this commit also renames > CON

[PATCH] ARC: migrate to the generic rule for built-in DTB

2024-12-21 Thread Masahiro Yamada
Commit 654102df2ac2 ("kbuild: add generic support for built-in boot DTBs") introduced generic support for built-in DTBs. Select GENERIC_BUILTIN_DTB to use the generic rule. To keep consistency across architectures, this commit also renames CONFIG_ARC_BUILTIN_DTB_NAME to CONFIG_BUILTIN_DTB_NAME.