This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 34cc7e81008967d7fd3ca2f0fed919394d1348f7 Author: Xiang Xiao <[email protected]> AuthorDate: Sat Nov 16 22:58:43 2024 +0800 boards/arm/qemu/qemu-armv7a: Fix the typo error in dramboot.ld Signed-off-by: Xiang Xiao <[email protected]> --- boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld b/boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld index 1613a337f8..19e481ecd6 100644 --- a/boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld +++ b/boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * boards/arm/qemu/qemu-armv7a/scripts/dramboot_armv7a.ld + * boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld * * SPDX-License-Identifier: Apache-2.0 *
