Commit d25ae5e0 authored by topjohnwu's avatar topjohnwu

Add __attribute__((packed)) just in case

parent c42a51dc
...@@ -52,7 +52,7 @@ struct bhtable_v2 { ...@@ -52,7 +52,7 @@ struct bhtable_v2 {
uint32_t offset; /* DTB offset in DTBH */ uint32_t offset; /* DTB offset in DTBH */
uint32_t len; /* DTB size */ uint32_t len; /* DTB size */
uint32_t space; /* 0x00000020 */ uint32_t space; /* 0x00000020 */
}; } __attribute__((packed));
struct dtb_blob { struct dtb_blob {
void *fdt; void *fdt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment