From d41a0351dbbd11c555143cd1053cdd6a01857d1f Mon Sep 17 00:00:00 2001 From: GuEe-GUI <2991707448@qq.com> Date: Wed, 18 Dec 2024 11:03:43 +0800 Subject: [PATCH] [AARCH64] Update kernel's boot link for ARM64 Signed-off-by: GuEe-GUI <2991707448@qq.com> --- libcpu/aarch64/cortex-a/entry_point.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/aarch64/cortex-a/entry_point.S b/libcpu/aarch64/cortex-a/entry_point.S index c0acacb2ca..896bb68012 100644 --- a/libcpu/aarch64/cortex-a/entry_point.S +++ b/libcpu/aarch64/cortex-a/entry_point.S @@ -57,7 +57,7 @@ /* * Our goal is to boot the rt-thread as possible without modifying the * bootloader's config, so we use the kernel's boot header for ARM64: - * https://www.kernel.org/doc/html/latest/arm64/booting.html#call-the-kernel-image + * https://www.kernel.org/doc/html/latest/arch/arm64/booting.html#call-the-kernel-image */ _head: b _start /* Executable code */