mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
mkimage: SEGFAULT with imximage on 64 bit systems
Running mkimage to generate an imximage produces a SEGFAULT on 64 bit machines due to pointer arithmetic limited to 32 bit. Signed-off-by: Stefano Babic <sbabic@denx.de> Acked-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:

committed by
Wolfgang Denk

parent
77e7273c40
commit
5b28e913f4
@ -81,7 +81,7 @@ typedef struct {
|
||||
uint32_t app_code_barker;
|
||||
uint32_t app_code_csf;
|
||||
uint32_t dcd_ptr_ptr;
|
||||
hab_rsa_public_key *super_root_key;
|
||||
uint32_t super_root_key;
|
||||
uint32_t dcd_ptr;
|
||||
uint32_t app_dest_ptr;
|
||||
} flash_header_t;
|
||||
|
Reference in New Issue
Block a user