[VIN-Tests PATCH] scripts: boards: Support alternative H3 variant

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The Salvator-X H3 has had a rename of it's model information.
Support the new naming.

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

diff --git a/scripts/boards.sh b/scripts/boards.sh
index 0ec2981..001c017 100644
--- a/scripts/boards.sh
+++ b/scripts/boards.sh
@@ -3,7 +3,8 @@
 info=$(strings /proc/device-tree/model)
 
 case $info in
-    "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")
         gen="gen3"
         vins="0 1 2 3 4 5 6 7"
         csis="20 21 40 41"
-- 
2.1.4




[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux