mkamsboot: Fix a warning.

Change-Id: Ie16176226bf23a19e51abd6e9ae94244701872db
This commit is contained in:
Dominik Riebeling 2021-12-25 13:49:56 +01:00
parent eb8dc75d38
commit afe0e18113

View file

@ -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
* 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;
/* how much memory is available */