summaryrefslogtreecommitdiff
path: root/arch/x86/lib/coreboot_table.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-04-16 13:24:20 -0400
committerTom Rini <trini@konsulko.com>2018-04-16 13:24:20 -0400
commit9d24b01ce0e938b49270386467e3edd4476e9108 (patch)
tree6cc85d250cee64440ffc6dedc47aa5b626fd2c88 /arch/x86/lib/coreboot_table.c
parent282f15804b45d3dd42f31fbbce090aaaa579db6c (diff)
parentd5032392babd3a8bd027ccb79072ee7b05299b67 (diff)
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/lib/coreboot_table.c')
-rw-r--r--arch/x86/lib/coreboot_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/coreboot_table.c b/arch/x86/lib/coreboot_table.c
index b1b4cd9613..5e0edd3214 100644
--- a/arch/x86/lib/coreboot_table.c
+++ b/arch/x86/lib/coreboot_table.c
@@ -100,7 +100,7 @@ void write_coreboot_table(u32 addr, struct memory_area *cfg_tables)
struct cb_record *cbr;
struct cb_memory *mem;
struct cb_memory_range *map;
- struct e820entry e820[32];
+ struct e820_entry e820[32];
struct cb_framebuffer *fb;
struct vesa_mode_info *vesa;
int i, num;