diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-16 13:24:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-16 13:24:20 -0400 |
commit | 9d24b01ce0e938b49270386467e3edd4476e9108 (patch) | |
tree | 6cc85d250cee64440ffc6dedc47aa5b626fd2c88 /arch/x86/include/asm/bootparam.h | |
parent | 282f15804b45d3dd42f31fbbce090aaaa579db6c (diff) | |
parent | d5032392babd3a8bd027ccb79072ee7b05299b67 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h index 6aba6143612..0386cbeca50 100644 --- a/arch/x86/include/asm/bootparam.h +++ b/arch/x86/include/asm/bootparam.h @@ -111,7 +111,7 @@ struct boot_params { struct setup_header hdr; /* setup header */ /* 0x1f1 */ __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)]; __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */ - struct e820entry e820_map[E820MAX]; /* 0x2d0 */ + struct e820_entry e820_map[E820MAX]; /* 0x2d0 */ __u8 _pad8[48]; /* 0xcd0 */ struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */ __u8 _pad9[276]; /* 0xeec */ |