diff mbox series

[v2] scripts: boards: Support alternative H3 variant

Message ID 20201123120150.117735-1-kieran@bingham.xyz (mailing list archive)
State Superseded
Delegated to: Kieran Bingham
Headers show
Series [v2] scripts: boards: Support alternative H3 variant | expand

Commit Message

Kieran Bingham Nov. 23, 2020, 12:01 p.m. UTC
From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

The Salvator-X H3 has had a rename of it's model information.
Support the new naming, and add the extra variants now available.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 scripts/boards.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Sergei Shtylyov Nov. 23, 2020, 3:51 p.m. UTC | #1
On 11/23/20 3:01 PM, Kieran Bingham wrote:

> From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> 
> The Salvator-X H3 has had a rename of it's model information.

   It's actually "its". :-)

> Support the new naming, and add the extra variants now available.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
[...]

MBR, Sergei
Kieran Bingham Nov. 23, 2020, 4:10 p.m. UTC | #2
Hi Sergei,

On 23/11/2020 15:51, Sergei Shtylyov wrote:
> On 11/23/20 3:01 PM, Kieran Bingham wrote:
> 
>> From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>>
>> The Salvator-X H3 has had a rename of it's model information.
> 
>    It's actually "its". :-)

Indeed, I can never get out of the habit of this. "it's" has become
built into my muscle memory some how, and always ends up slipping out
where it shouldn't.

Sounds like I'm expecting comments from Niklas too, so seems I'll need a
v3 anyway. :S

--
Thanks.

Kieran.

> 
>> Support the new naming, and add the extra variants now available.
>>
>> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> [...]
> 
> MBR, Sergei
>
diff mbox series

Patch

diff --git a/scripts/boards.sh b/scripts/boards.sh
index 151ee3ed3459..8335e41836ed 100644
--- a/scripts/boards.sh
+++ b/scripts/boards.sh
@@ -8,7 +8,9 @@  case $info in
         vins="4 5"
         csis="40"
         ;;
-    "Renesas Salvator-X board based on r8a7795 ES1.x")
+    "Renesas Salvator-X board based on r8a7795 ES1.x" | \
+    "Renesas Salvator-X board based on r8a77950" | \
+    "Renesas Salvator-X board based on r8a77951")
         gen="gen3"
         vins="0 1 2 3 4 5 6 7"
         csis="20 21 40 41"