Skip to content

Commit d41a035

Browse files
GuEe-GUIRbb666
authored andcommitted
[AARCH64] Update kernel's boot link for ARM64
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 1564735 commit d41a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpu/aarch64/cortex-a/entry_point.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
/*
5858
* Our goal is to boot the rt-thread as possible without modifying the
5959
* bootloader's config, so we use the kernel's boot header for ARM64:
60-
* https://www.kernel.org/doc/html/latest/arm64/booting.html#call-the-kernel-image
60+
* https://www.kernel.org/doc/html/latest/arch/arm64/booting.html#call-the-kernel-image
6161
*/
6262
_head:
6363
b _start /* Executable code */

0 commit comments

Comments
 (0)