From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx> --- scripts/boards.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.25.1