aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/renesas_salvator-xs.cfg
blob: 1323c13e7149a751957574c98e1c37b931b1ab71 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0-or-later

# 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]