projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5be09
)
riscv: kexec_image: Fix dead link to boot-image-header.rst
author
Soham Metha
<sohammetha01@gmail.com>
Wed, 3 Dec 2025 19:43:52 +0000
(
01:13
+0530)
committer
Paul Walmsley
<pjw@kernel.org>
Tue, 6 Jan 2026 00:54:11 +0000
(17:54 -0700)
Fix the reference to 'boot-image-header.rst', which was moved to
'Documentation/arch/riscv/' in commit '
ed843ae947f8
'
("docs: move riscv under arch").
Signed-off-by: Soham Metha <sohammetha01@gmail.com>
Link:
https://patch.msgid.link/20251203194355.63265-1-sohammetha01@gmail.com
Signed-off-by: Paul Walmsley <pjw@kernel.org>
arch/riscv/kernel/kexec_image.c
patch
|
blob
|
history
diff --git
a/arch/riscv/kernel/kexec_image.c
b/arch/riscv/kernel/kexec_image.c
index
8f2eb90
..
51dc892
100644
(file)
--- a/
arch/riscv/kernel/kexec_image.c
+++ b/
arch/riscv/kernel/kexec_image.c
@@
-22,7
+22,7
@@
static int image_probe(const char *kernel_buf, unsigned long kernel_len)
if (!h || kernel_len < sizeof(*h))
return -EINVAL;
- /* According to Documentation/riscv/boot-image-header.rst,
+ /* According to Documentation/
arch/
riscv/boot-image-header.rst,
* use "magic2" field to check when version >= 0.2.
*/