diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2020-11-09 12:53:30 +0100 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-11-15 21:04:21 +0000 |
commit | 175f30e6952be5ca0e06b2e8753d8c72d6b90446 (patch) | |
tree | ee1c886df52b178def437232175bcd36772b590a /tcl | |
parent | 06c7a53f1fff20bcc4be9e63f83ae98664777f34 (diff) | |
download | riscv-openocd-175f30e6952be5ca0e06b2e8753d8c72d6b90446.zip riscv-openocd-175f30e6952be5ca0e06b2e8753d8c72d6b90446.tar.gz riscv-openocd-175f30e6952be5ca0e06b2e8753d8c72d6b90446.tar.bz2 |
tcl/board: rename board file ST b-l475e-iot01a
Use the board file name as <company>_<name>.cfg
Add the SPDX tag to workaround an error in checkpatch that fails
to recognize as valid a patch that only changes a file name.
Change-Id: I929cd9e5f9fe2e7386950643487534c9a5a05bc6
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: e44539d66c89 ("Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface")
Reviewed-on: http://openocd.zylin.com/5931
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Tested-by: jenkins
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/st_b-l475e-iot01a.cfg (renamed from tcl/board/b-l475e-iot01a.cfg) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/board/b-l475e-iot01a.cfg b/tcl/board/st_b-l475e-iot01a.cfg index be411e4..e75c99d 100644 --- a/tcl/board/b-l475e-iot01a.cfg +++ b/tcl/board/st_b-l475e-iot01a.cfg @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # This is an B-L475E-IOT01A Discovery kit for IoT node with a single STM32L475VGT6 chip. # http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html |