tcl/board: add SPDX tag
[fw/openocd] / tcl / board / renesas_salvator-xs.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # Renesas R-Car Gen3 Salvator-X(S) Board Config
4
5 # The Salvator-X(S) boards come with either an H3, M3W, or M3N SOC.
6
7 echo "\nSalvator-X(S):"
8 if { ![info exists SOC] } {
9         set SOC H3
10 }
11 source [find target/renesas_rcar_gen3.cfg]