aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/renesas_salvator-xs.cfg
blob: 6d3096ec1aa301cee64175f6dc6bdd2d58598b83 (plain)
1
2
3
4
5
6
7
8
9
# Renesas R-Car Gen3 Salvator-X(S) Board Config

# The Salvator-X(S) boards come with either an H3, M3W, or M3N SOC.

echo "\nSalvator-X(S):"
if { ![info exists SOC] } {
	set SOC H3
}
source [find target/renesas_rcar_gen3.cfg]