# Main file for Marvell Armada 3700 series targets
#
# !!!!!!
#
# This file should not be included directly. Instead, please include
# either marvell/88f3710.cfg or marvell/88f3720.cfg, which set the needed
# variables to the appropriate values.
#
# !!!!!!
# Armada 3700 supports both JTAG and SWD transports.
source [find target/swj-dp.tcl]
if { [info exists CORES] } {
set _cores $CORES
} else {
error "CORES not set. Please do not include marvell/88f37x0.cfg directly, but the specific chip configuration file (marvell/88f3710.cfg, marvell/88f3720.cfg, etc.)."