rtos: use struct member names instead of comments
[openocd.git] / tcl / board / renesas_salvator-xs.cfg
blob6d3096ec1aa301cee64175f6dc6bdd2d58598b83
1 # Renesas R-Car Gen3 Salvator-X(S) Board Config
3 # The Salvator-X(S) boards come with either an H3, M3W, or M3N SOC.
5 echo "\nSalvator-X(S):"
6 if { ![info exists SOC] } {
7         set SOC H3
9 source [find target/renesas_rcar_gen3.cfg]