Commit 938d79ec authored by Soham Metha's avatar Soham Metha Committed by Paul Walmsley
Browse files

riscv: kexec_image: Fix dead link to boot-image-header.rst



Fix the reference to 'boot-image-header.rst', which was moved to
'Documentation/arch/riscv/' in commit 'ed843ae9'
("docs: move riscv under arch").

Signed-off-by: default avatarSoham Metha <sohammetha01@gmail.com>
Link: https://patch.msgid.link/20251203194355.63265-1-sohammetha01@gmail.com


Signed-off-by: default avatarPaul Walmsley <pjw@kernel.org>
parent 5e5be092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */