[U-Boot] [PATCH] thor: defer parsing of device string to IO backend
Stephen Warren
swarren at wwwdotorg.org
Fri Jun 20 17:56:20 CEST 2014
On 06/20/2014 01:35 AM, Lukasz Majewski wrote:
> This commit adjust thor downloading function to work correctly with deferred
> device string parsing.
Oops. I should have grep'd for more users of dfu_init_env_entities() and
fixed them up in my commit.
==========
Since this patch also changes behaviour when that function fails, so the
partially parsed entries are freed too, I'd re-write the whole commit
description as:
Comit XXXXX "dfu: defer parsing of device string to IO backend" changed
the function signature of dfu_init_env_entities(). Adjust cmd_thordown.c
to match that change.
Also, apply the same change as commit XXXXX "dfu: free entities when
parsing fails" to cmd_thordown.c.
Fixes: XXXXX ("dfu: defer parsing of device string to IO backend")
Signed-off-by: Lukasz Majewski <l.majewski at samsung.com>
==========
But either way,
Reviewed-by: Stephen Warren <swarren at nvidia.com>
More information about the U-Boot
mailing list