[PATCH v2 4/4] fastboot: Add a ARM Barebox filetype handler

Sascha Hauer s.hauer at pengutronix.de
Thu Feb 18 23:44:09 PST 2016


On Thu, Feb 18, 2016 at 09:22:54AM +0100, Michael Olbrich wrote:

> > +	if (filetype_is_barebox_image(filetype)) {
> > +		struct bbu_data data = {
> > +			.devicefile = filename,
> > +			.imagefile = FASTBOOT_TMPFILE,
> > +			.flags = BBU_FLAG_YES,
> > +		};
> > +
> > +		if (!barebox_update_handler_exists(&data))
> > +			goto copy;
> > +
> > +		fastboot_tx_print(f_fb, "INFOThis is an ARM Barebox image...");
> 
> With the change above, it may not be an _ARM_ image.

Fixed while applying.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list