[U-Boot] [PATCH v2] dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths
Marek Vasut
marex at denx.de
Fri Nov 14 12:58:05 CET 2014
On Friday, November 14, 2014 at 11:39:48 AM, Lukasz Majewski wrote:
> Hi Lukasz,
>
> > Recently the ext4 file system imposed passing absolute path with its
> > file name parameter.
> > As a result dfu_alt_info env variable has been modified to provide
> > absolute path when ext4 file system is accessed (e.g. /uImage ext4 0
> > 2;).
> >
> > Unfortunately, lthor flashing program provides plain file name (like
> > uImage) and hence those two file names do not match anymore.
> >
> > Presented commit also allows lthor to write files to sub directories
> > (like /boot/bin/uImage).
> >
> > Signed-off-by: Lukasz Majewski <l.majewski at samsung.com>
> > Reviewed-by: Marek Vasut <marex at denx.de>
[...]
> > + * dfu->name (uImage)
> > + */
> > + if (strlen(dfu->name) ==
> > + ((str - dfu->name) + strlen(name)))
> > + return dfu->alt;
> > + }
> >
> > }
> >
> > return -ENODEV;
>
> Applied to u-boot-dfu repository. Thanks
It's nice to see that you're taking good care of your clones ;-)
Best regards,
Marek Vasut
More information about the U-Boot
mailing list