diff options
-rw-r--r-- | mkbootimg/bootimg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkbootimg/bootimg.h b/mkbootimg/bootimg.h index 8ece2eb..e66e269 100644 --- a/mkbootimg/bootimg.h +++ b/mkbootimg/bootimg.h @@ -44,7 +44,7 @@ struct boot_img_hdr uint32_t tags_addr; /* physical addr for kernel tags */ uint32_t page_size; /* flash page size we assume */ uint32_t dt_size; /* device tree in bytes */ - uint32_t unused[2]; /* future expansion: should be 0 */ + uint32_t unused; /* future expansion: should be 0 */ uint8_t name[BOOT_NAME_SIZE]; /* asciiz product name */ |