diff options
Diffstat (limited to 'src/fw/coreboot.c')
-rw-r--r-- | src/fw/coreboot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fw/coreboot.c b/src/fw/coreboot.c index 9de01c2a..8fd84493 100644 --- a/src/fw/coreboot.c +++ b/src/fw/coreboot.c @@ -80,9 +80,9 @@ struct cb_cbmem_ref { #define CB_TAG_CBMEM_CONSOLE 0x17 struct cbmem_console { - u32 buffer_size; - u32 buffer_cursor; - u8 buffer_body[0]; + u32 buffer_size; + u32 buffer_cursor; + u8 buffer_body[0]; } PACKED; static struct cbmem_console *cbcon = NULL; |