aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-11 13:27:32 -0400
committerTom Rini <trini@konsulko.com>2023-07-11 13:27:32 -0400
commit8e21064cb3452950b09301baec06d86e37342471 (patch)
treea54f8b93191c102403147e44d8fd2fb2c9c9b65f /arch/x86
parent7876a695468c9bc17a6dc02054da101450468a40 (diff)
parente05a4b12a056fd7fe22e85715c8f5e5e811fb551 (diff)
downloadu-boot-8e21064cb3452950b09301baec06d86e37342471.zip
u-boot-8e21064cb3452950b09301baec06d86e37342471.tar.gz
u-boot-8e21064cb3452950b09301baec06d86e37342471.tar.bz2
Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efiWIP/11Jul2023
Pull request efi-2023-07-rc7 Documentation: * Fix links to Linux kernel documentation UEFI: * Fix memory leak in efidebug dh subcommand * Fix underflow when calculating remaining variable store size * Increase default variable store size to 64 KiB * mkeficapsule: fix efi_firmware_management_capsule_header data type
Diffstat (limited to 'arch/x86')
-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;