tcl/target: Drop reference to renesas_gen2_common.cfg

Drop bogus reference to board/renesas_gen2_common.cfg , which is a
non-existing file.

Fixes: a01474bb4c ("tcl/target: Switch Renesas R-Car Gen2 boards to new config")
Change-Id: Icb22d8456b7ac94d3a9a4ed354b246ee1332b122
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Reviewed-on: http://openocd.zylin.com/5564
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
This commit is contained in:
Marek Vasut 2020-04-04 13:20:56 +02:00 committed by Oleksij Rempel
parent 7a94d0a19f
commit 278c7adcce
3 changed files with 0 additions and 3 deletions

View File

@ -2,4 +2,3 @@
set SOC M2
source [find target/renesas_rcar_gen2.cfg]
source [find board/renesas_gen2_common.cfg]

View File

@ -2,4 +2,3 @@
set SOC E2
source [find target/renesas_rcar_gen2.cfg]
source [find board/renesas_gen2_common.cfg]

View File

@ -2,4 +2,3 @@
set SOC H2
source [find target/renesas_rcar_gen2.cfg]
source [find board/renesas_gen2_common.cfg]