forked from len0rd/rockbox
mkamsboot: Fix a warning.
Change-Id: Ie16176226bf23a19e51abd6e9ae94244701872db
This commit is contained in:
parent
eb8dc75d38
commit
afe0e18113
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ int check_sizes(int model, int rb_packed_size, int rb_unpacked_size,
|
||||||
{
|
{
|
||||||
/* XXX: we keep the first 0x200 bytes block unmodified, we just replace
|
/* XXX: we keep the first 0x200 bytes block unmodified, we just replace
|
||||||
* the ARM vectors */
|
* the ARM vectors */
|
||||||
unsigned int packed_size = ams_identity[model].bootloader_size + sizeof(nrv2e_d8) +
|
int packed_size = ams_identity[model].bootloader_size + sizeof(nrv2e_d8) +
|
||||||
of_packed_size + rb_packed_size + 0x200;
|
of_packed_size + rb_packed_size + 0x200;
|
||||||
|
|
||||||
/* how much memory is available */
|
/* how much memory is available */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue