summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/bootparam.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-30 10:09:01 -0500
committerTom Rini <trini@konsulko.com>2018-01-30 10:09:01 -0500
commitf1554b28d31250df5418254e79e0bf75ff3b2e54 (patch)
treeda4d313fa10648a052f132df1432a860b9cffd18 /arch/x86/include/asm/bootparam.h
parenteef11acebaa48e241e9187c717dc92d3e175c119 (diff)
parente21b04fec465c84a51ca6fc6450263e0c0953fcb (diff)
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/include/asm/bootparam.h')
-rw-r--r--arch/x86/include/asm/bootparam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h
index 48b138c6b0e..90768a99ceb 100644
--- a/arch/x86/include/asm/bootparam.h
+++ b/arch/x86/include/asm/bootparam.h
@@ -66,6 +66,7 @@ struct setup_header {
__u64 pref_address;
__u32 init_size;
__u32 handover_offset;
+ __u64 acpi_rsdp_addr;
} __attribute__((packed));
struct sys_desc_table {