tcl/target: Switch Renesas R-Car Gen2 boards to new config

Switch Renesas R-Car Gen2 boards which are currently supported from
the old ad-hoc SoC configuration to the new unified configuration.

Change-Id: I8a67bceb3ae92d840ae4dbac20868c75e83f7d58
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Reviewed-on: http://openocd.zylin.com/5398
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
This commit is contained in:
Marek Vasut 2020-01-07 22:54:32 +01:00 committed by Oleksij Rempel
parent 3a8bffbef6
commit a01474bb4c
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# Renesas R-Car M2 Evaluation Board
source [find target/renesas_r8a7791.cfg]
set SOC M2
source [find target/renesas_rcar_gen2.cfg]
source [find board/renesas_gen2_common.cfg]

View File

@ -1,4 +1,5 @@
# Renesas R-Car E2 Evaluation Board
source [find target/renesas_r8a7794.cfg]
set SOC E2
source [find target/renesas_rcar_gen2.cfg]
source [find board/renesas_gen2_common.cfg]

View File

@ -1,4 +1,5 @@
# Renesas R-Car H2 Evaluation Board
source [find target/renesas_r8a7790.cfg]
set SOC H2
source [find target/renesas_rcar_gen2.cfg]
source [find board/renesas_gen2_common.cfg]