diff mbox series

ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME

Message ID 20240831101045.1381258-1-masahiroy@kernel.org
State New
Headers show
Series ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME | expand

Commit Message

Masahiro Yamada Aug. 31, 2024, 10:10 a.m. UTC
Commit abe11ddea1d7 ("ARC: [plat-arcfpga]: Enabling DeviceTree for
Angel4 board") changed the default built-in DTB from "skeleton" to
"angel4".

Commit fd1557923b2e ("ARC: [plat_arcfpga]->[plat_sim]") changed it
from "angel4" to "nsim_70".

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/arc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada Aug. 31, 2024, 10:13 a.m. UTC | #1
On Sat, Aug 31, 2024 at 7:10 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> Commit abe11ddea1d7 ("ARC: [plat-arcfpga]: Enabling DeviceTree for
> Angel4 board") changed the default built-in DTB from "skeleton" to
> "angel4".
>
> Commit fd1557923b2e ("ARC: [plat_arcfpga]->[plat_sim]") changed it
> from "angel4" to "nsim_70".


A typo.

 ... to "nsim_700".


>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
>  arch/arc/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
> index fd0b0a0d4686..d01e69a29b69 100644
> --- a/arch/arc/Kconfig
> +++ b/arch/arc/Kconfig
> @@ -553,7 +553,7 @@ config ARC_BUILTIN_DTB_NAME
>         string "Built in DTB"
>         help
>           Set the name of the DTB to embed in the vmlinux binary
> -         Leaving it blank selects the minimal "skeleton" dtb
> +         Leaving it blank selects the "nsim_700" dtb.
>
>  endmenu         # "ARC Architecture Configuration"
>
> --
> 2.43.0
>
Vineet Gupta Aug. 31, 2024, 11:02 p.m. UTC | #2
On 8/31/24 03:13, Masahiro Yamada wrote:
> On Sat, Aug 31, 2024 at 7:10 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>> Commit abe11ddea1d7 ("ARC: [plat-arcfpga]: Enabling DeviceTree for
>> Angel4 board") changed the default built-in DTB from "skeleton" to
>> "angel4".
>>
>> Commit fd1557923b2e ("ARC: [plat_arcfpga]->[plat_sim]") changed it
>> from "angel4" to "nsim_70".
>
> A typo.
>
>  ... to "nsim_700".
>
>
>> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Acked-by: Vineet Gupta <vgupta@kernel.org>

Thx,
-Vineet

>> ---
>>
>>  arch/arc/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
>> index fd0b0a0d4686..d01e69a29b69 100644
>> --- a/arch/arc/Kconfig
>> +++ b/arch/arc/Kconfig
>> @@ -553,7 +553,7 @@ config ARC_BUILTIN_DTB_NAME
>>         string "Built in DTB"
>>         help
>>           Set the name of the DTB to embed in the vmlinux binary
>> -         Leaving it blank selects the minimal "skeleton" dtb
>> +         Leaving it blank selects the "nsim_700" dtb.
>>
>>  endmenu         # "ARC Architecture Configuration"
>>
>> --
>> 2.43.0
>>
>
Masahiro Yamada Sept. 1, 2024, 6:50 a.m. UTC | #3
On Sun, Sep 1, 2024 at 8:02 AM Vineet Gupta <vineet.gupta@linux.dev> wrote:
>
>
>
> On 8/31/24 03:13, Masahiro Yamada wrote:
> > On Sat, Aug 31, 2024 at 7:10 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
> >> Commit abe11ddea1d7 ("ARC: [plat-arcfpga]: Enabling DeviceTree for
> >> Angel4 board") changed the default built-in DTB from "skeleton" to
> >> "angel4".
> >>
> >> Commit fd1557923b2e ("ARC: [plat_arcfpga]->[plat_sim]") changed it
> >> from "angel4" to "nsim_70".
> >
> > A typo.
> >
> >  ... to "nsim_700".
> >
> >
> >> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
>
> Acked-by: Vineet Gupta <vgupta@kernel.org>


Will you pick it up, or shall I do it?
Vineet Gupta Sept. 3, 2024, 12:39 a.m. UTC | #4
On 8/31/24 23:50, Masahiro Yamada wrote:
> On Sun, Sep 1, 2024 at 8:02 AM Vineet Gupta <vineet.gupta@linux.dev> wrote:
>>
>>
>> On 8/31/24 03:13, Masahiro Yamada wrote:
>>> On Sat, Aug 31, 2024 at 7:10 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>>>> Commit abe11ddea1d7 ("ARC: [plat-arcfpga]: Enabling DeviceTree for
>>>> Angel4 board") changed the default built-in DTB from "skeleton" to
>>>> "angel4".
>>>>
>>>> Commit fd1557923b2e ("ARC: [plat_arcfpga]->[plat_sim]") changed it
>>>> from "angel4" to "nsim_70".
>>> A typo.
>>>
>>>  ... to "nsim_700".
>>>
>>>
>>>> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
>> Acked-by: Vineet Gupta <vgupta@kernel.org>
>
> Will you pick it up, or shall I do it?

I don't have anything major in my queue, so please take it.

Thx,
-Vineet
Masahiro Yamada Sept. 3, 2024, 5:05 p.m. UTC | #5
On Tue, Sep 3, 2024 at 9:39 AM Vineet Gupta <vgupta@kernel.org> wrote:
>
>
>
> On 8/31/24 23:50, Masahiro Yamada wrote:
> > On Sun, Sep 1, 2024 at 8:02 AM Vineet Gupta <vineet.gupta@linux.dev> wrote:
> >>
> >>
> >> On 8/31/24 03:13, Masahiro Yamada wrote:
> >>> On Sat, Aug 31, 2024 at 7:10 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
> >>>> Commit abe11ddea1d7 ("ARC: [plat-arcfpga]: Enabling DeviceTree for
> >>>> Angel4 board") changed the default built-in DTB from "skeleton" to
> >>>> "angel4".
> >>>>
> >>>> Commit fd1557923b2e ("ARC: [plat_arcfpga]->[plat_sim]") changed it
> >>>> from "angel4" to "nsim_70".
> >>> A typo.
> >>>
> >>>  ... to "nsim_700".
> >>>
> >>>
> >>>> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> >> Acked-by: Vineet Gupta <vgupta@kernel.org>
> >
> > Will you pick it up, or shall I do it?
>
> I don't have anything major in my queue, so please take it.
>
> Thx,
> -Vineet


Applied to linux-kbuild. Thanks
diff mbox series

Patch

diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index fd0b0a0d4686..d01e69a29b69 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -553,7 +553,7 @@  config ARC_BUILTIN_DTB_NAME
 	string "Built in DTB"
 	help
 	  Set the name of the DTB to embed in the vmlinux binary
-	  Leaving it blank selects the minimal "skeleton" dtb
+	  Leaving it blank selects the "nsim_700" dtb.
 
 endmenu	 # "ARC Architecture Configuration"