Dear Lukasz Majewski,
> New, separate driver at ./drivers/dfu has been added. It allows platform
> and storage independent operation of DFU.
>
> Signed-off-by: Lukasz Majewski <[email protected]>
> Signed-off-by: Kyungmin Park <[email protected]>
> Cc: Marek Vasut <[email protected]>
>
[...]
> +char *dfu_extract_token(char** e, int *n)
> +{
> + char *st = *e;
> +
> + debug("%s: %s\n", __func__, st);
> +
> + strsep(e, " ");
> + *n = *e - st;
> +
> + return st;
> +}
Sigh, what about these? btw don't we have strtok?
[...]
Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot