9
0
Fork 0

scripts: imx-usb-loader: Do not zero out boot_data_ptr

This shouldn't be necessary. So far it didn't hurt either, but now
this invalidates the signature of the image, so keep the image
unmodified.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2016-02-02 15:12:54 +01:00
parent efd400504c
commit 610cc35c1e
1 changed files with 0 additions and 2 deletions

View File

@ -941,8 +941,6 @@ static int get_dl_start(unsigned char *p, unsigned char *file_start,
*plugin = ((struct imx_boot_data *)bd)->plugin;
((struct imx_boot_data *)bd)->plugin = 0;
hdr->boot_data_ptr = 0;
break;
}
}