* [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
@ 2024-08-31 10:10 Masahiro Yamada
2024-08-31 10:13 ` Masahiro Yamada
0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2024-08-31 10:10 UTC (permalink / raw)
To: Vineet Gupta, linux-snps-arc; +Cc: linux-kernel, Masahiro Yamada
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(-)
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
2024-08-31 10:10 [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME Masahiro Yamada
@ 2024-08-31 10:13 ` Masahiro Yamada
2024-08-31 23:02 ` Vineet Gupta
0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2024-08-31 10:13 UTC (permalink / raw)
To: Vineet Gupta, linux-snps-arc; +Cc: linux-kernel
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
>
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
2024-08-31 10:13 ` Masahiro Yamada
@ 2024-08-31 23:02 ` Vineet Gupta
2024-09-01 6:50 ` Masahiro Yamada
0 siblings, 1 reply; 6+ messages in thread
From: Vineet Gupta @ 2024-08-31 23:02 UTC (permalink / raw)
To: Masahiro Yamada, Vineet Gupta, linux-snps-arc; +Cc: linux-kernel
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
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
2024-08-31 23:02 ` Vineet Gupta
@ 2024-09-01 6:50 ` Masahiro Yamada
2024-09-03 0:39 ` Vineet Gupta
0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2024-09-01 6:50 UTC (permalink / raw)
To: Vineet Gupta; +Cc: Vineet Gupta, linux-snps-arc, linux-kernel
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?
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
2024-09-01 6:50 ` Masahiro Yamada
@ 2024-09-03 0:39 ` Vineet Gupta
2024-09-03 17:05 ` Masahiro Yamada
0 siblings, 1 reply; 6+ messages in thread
From: Vineet Gupta @ 2024-09-03 0:39 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: Vineet Gupta, linux-snps-arc, linux-kernel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
2024-09-03 0:39 ` Vineet Gupta
@ 2024-09-03 17:05 ` Masahiro Yamada
0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2024-09-03 17:05 UTC (permalink / raw)
To: Vineet Gupta; +Cc: linux-snps-arc, linux-kernel
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
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-03 17:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31 10:10 [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME Masahiro Yamada
2024-08-31 10:13 ` Masahiro Yamada
2024-08-31 23:02 ` Vineet Gupta
2024-09-01 6:50 ` Masahiro Yamada
2024-09-03 0:39 ` Vineet Gupta
2024-09-03 17:05 ` Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox