This is an automated email from the ASF dual-hosted git repository.

linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit dfc9f6c2a2655ae421a55cf510114db6403707d7
Author: simbit18 <[email protected]>
AuthorDate: Tue Oct 28 14:53:54 2025 +0100

    boards/arm: nxstyle fix Relative files path
    
     - fix Relative file path does not match actual file.
    
    Signed-off-by: simbit18 <[email protected]>
---
 boards/arm/imxrt/arcx-socket-grid/src/CMakeLists.txt   | 2 +-
 boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/Make.defs | 2 +-
 boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/ld.script | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/boards/arm/imxrt/arcx-socket-grid/src/CMakeLists.txt 
b/boards/arm/imxrt/arcx-socket-grid/src/CMakeLists.txt
index 1320f4c454a..393a38a41bc 100644
--- a/boards/arm/imxrt/arcx-socket-grid/src/CMakeLists.txt
+++ b/boards/arm/imxrt/arcx-socket-grid/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 # 
##############################################################################
-# boards/arm/imxrt/arcx-socket-grid/src/Makefile
+# boards/arm/imxrt/arcx-socket-grid/src/CMakeLists.txt
 #
 # SPDX-License-Identifier: Apache-2.0
 #
diff --git a/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/Make.defs 
b/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/Make.defs
index e7c7c7f21af..4f7c125818c 100644
--- a/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/Make.defs
+++ b/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/Make.defs
@@ -1,5 +1,5 @@
 ############################################################################
-# boards/arm/stm32f0l0g0/nucleo-g071rb/scripts/Make.defs
+# boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/Make.defs
 #
 # SPDX-License-Identifier: Apache-2.0
 #
diff --git a/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/ld.script 
b/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/ld.script
index e78ba1f4a30..efe5f8f915e 100644
--- a/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/ld.script
+++ b/boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/ld.script
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/arm/stm32f0l0g0/nucleo-g071rb/scripts/ld.script
+ * boards/arm/stm32f0l0g0/nucleo-g0b1re/scripts/ld.script
  *
  * SPDX-License-Identifier: Apache-2.0
  *

Reply via email to