tcl/board: Add NXP FRDM-K64F
[fw/openocd] / tcl / board / renesas_falcon.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # Renesas R-Car V3U Falcon Board Config
3
4 # The Falcon board comes with either an V3U SOC.
5
6 echo "\nFalcon:"
7 if { ![info exists SOC] } {
8         set SOC V3U
9 }
10 source [find target/renesas_rcar_gen3.cfg]