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 |
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
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 --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"