mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-27 04:33:52 +00:00
11 lines
238 B
INI
11 lines
238 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
# Renesas R-Car V3U Falcon Board Config
|
||
|
|
||
|
# The Falcon board comes with either an V3U SOC.
|
||
|
|
||
|
echo "\nFalcon:"
|
||
|
if { ![info exists SOC] } {
|
||
|
set SOC V3U
|
||
|
}
|
||
|
source [find target/renesas_rcar_gen3.cfg]
|