tcl: move SPDX tag as first line
[fw/openocd] / tcl / board / snps_hsdk.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #  Copyright (C) 2019, 2020 Synopsys, Inc.
4 #  Anton Kolesov <anton.kolesov@synopsys.com>
5 #  Didin Evgeniy <didin@synopsys.com>
6
7 #
8 # Synopsys DesignWare ARC HSDK Software Development Platform (HS38 cores)
9 #
10
11 source [find interface/ftdi/snps_sdp.cfg]
12 adapter speed 10000
13
14 # ARCs supports only JTAG.
15 transport select jtag
16
17 # Configure SoC
18 source [find target/snps_hsdk.cfg]