diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-30 10:09:01 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-30 10:09:01 -0500 |
commit | f1554b28d31250df5418254e79e0bf75ff3b2e54 (patch) | |
tree | da4d313fa10648a052f132df1432a860b9cffd18 /arch/x86/include/asm/bootparam.h | |
parent | eef11acebaa48e241e9187c717dc92d3e175c119 (diff) | |
parent | e21b04fec465c84a51ca6fc6450263e0c0953fcb (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.h | 1 |
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 { |