mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
10 lines
238 B
INI
10 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]
|