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

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

commit 44299ddfcf96b8a737033f6f45ff49bd4d84a6cc
Author: simbit18 <[email protected]>
AuthorDate: Sun Jul 26 21:13:34 2026 +0200

    boards/arm64/qemu: boards/arm64/qemu
    
    - fix Relative file path does not match actual file.
    
    Signed-off-by: simbit18 <[email protected]>
---
 boards/arm64/qemu/qemu-armv8a/scripts/ld-kernel.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm64/qemu/qemu-armv8a/scripts/ld-kernel.script 
b/boards/arm64/qemu/qemu-armv8a/scripts/ld-kernel.script
index d16c921ea44..23cf067e27c 100644
--- a/boards/arm64/qemu/qemu-armv8a/scripts/ld-kernel.script
+++ b/boards/arm64/qemu/qemu-armv8a/scripts/ld-kernel.script
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/arm64/qemu/qemu-armv8a/scripts/ld.script
+ * boards/arm64/qemu/qemu-armv8a/scripts/ld-kernel.script
  *
  * SPDX-License-Identifier: Apache-2.0
  *

Reply via email to