You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
238 B

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