From: Vineet Gupta <vineet.gupta@linux.dev>
To: Masahiro Yamada <masahiroy@kernel.org>,
Vineet Gupta <vgupta@kernel.org>,
linux-snps-arc@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
Date: Sat, 31 Aug 2024 16:02:32 -0700 [thread overview]
Message-ID: <8795e8da-981a-4876-99fe-8a4edb2185bf@linux.dev> (raw)
In-Reply-To: <CAK7LNATtOzj175_Y0qQz338FRG1GYCrsorA=jWG+Go1Wjn9rnw@mail.gmail.com>
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
>>
>
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc
WARNING: multiple messages have this Message-ID (diff)
From: Vineet Gupta <vineet.gupta@linux.dev>
To: Masahiro Yamada <masahiroy@kernel.org>,
Vineet Gupta <vgupta@kernel.org>,
linux-snps-arc@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
Date: Sat, 31 Aug 2024 16:02:32 -0700 [thread overview]
Message-ID: <8795e8da-981a-4876-99fe-8a4edb2185bf@linux.dev> (raw)
In-Reply-To: <CAK7LNATtOzj175_Y0qQz338FRG1GYCrsorA=jWG+Go1Wjn9rnw@mail.gmail.com>
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
>>
>
next prev parent reply other threads:[~2024-08-31 23:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-31 10:10 [PATCH] ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME Masahiro Yamada
2024-08-31 10:10 ` Masahiro Yamada
2024-08-31 10:13 ` Masahiro Yamada
2024-08-31 10:13 ` Masahiro Yamada
2024-08-31 23:02 ` Vineet Gupta [this message]
2024-08-31 23:02 ` Vineet Gupta
2024-09-01 6:50 ` Masahiro Yamada
2024-09-01 6:50 ` Masahiro Yamada
2024-09-03 0:39 ` Vineet Gupta
2024-09-03 0:39 ` Vineet Gupta
2024-09-03 17:05 ` Masahiro Yamada
2024-09-03 17:05 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8795e8da-981a-4876-99fe-8a4edb2185bf@linux.dev \
--to=vineet.gupta@linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-snps-arc@lists.infradead.org \
--cc=masahiroy@kernel.org \
--cc=vgupta@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.