aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorPaul Barker <paul.barker.ct@bp.renesas.com>2023-07-07 07:51:42 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-07-09 03:53:08 +0200
commit0ef6343439c62eb4e18c6ce0e1a3739d0e7f1e2e (patch)
tree09ef9f1b4673ccee1f4ad0efe9ebe93bddbded79 /arch/x86/include
parent0beb649053b86b2cfd5cf55a0fc68bc2fe91a430 (diff)
downloadu-boot-0ef6343439c62eb4e18c6ce0e1a3739d0e7f1e2e.zip
u-boot-0ef6343439c62eb4e18c6ce0e1a3739d0e7f1e2e.tar.gz
u-boot-0ef6343439c62eb4e18c6ce0e1a3739d0e7f1e2e.tar.bz2
x86: Update docs link in bootparam header
After Linux commit ff61f0791ce9, x86 documentation was moved to arch/x86 and the link in bootparam.h was broken. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/bootparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h
index ea816ca..ac48653 100644
--- a/arch/x86/include/asm/bootparam.h
+++ b/arch/x86/include/asm/bootparam.h
@@ -62,7 +62,7 @@ struct setup_indirect {
/**
* struct setup_header - Information needed by Linux to boot
*
- * See https://www.kernel.org/doc/html/latest/x86/boot.html
+ * See https://www.kernel.org/doc/html/latest/arch/x86/boot.html
*/
struct setup_header {
__u8 setup_sects;