10 lines
227 B
INI
10 lines
227 B
INI
|
# 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]
|