From 175f30e6952be5ca0e06b2e8753d8c72d6b90446 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Mon, 9 Nov 2020 12:53:30 +0100 Subject: [PATCH] tcl/board: rename board file ST b-l475e-iot01a Use the board file name as _.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 Fixes: e44539d66c89 ("Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interface") Reviewed-on: http://openocd.zylin.com/5931 Reviewed-by: Tarek BOCHKATI Tested-by: jenkins --- tcl/board/{b-l475e-iot01a.cfg => st_b-l475e-iot01a.cfg} | 2 ++ 1 file changed, 2 insertions(+) rename tcl/board/{b-l475e-iot01a.cfg => st_b-l475e-iot01a.cfg} (97%) diff --git a/tcl/board/b-l475e-iot01a.cfg b/tcl/board/st_b-l475e-iot01a.cfg similarity index 97% rename from tcl/board/b-l475e-iot01a.cfg rename to tcl/board/st_b-l475e-iot01a.cfg index be411e49f..e75c99d7a 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