Re: [U-Boot] [PATCH v2] thor: defer parsing of device string to IO backend

2014-06-25 Thread Lukasz Majewski
Hi Stephen, > On 06/23/2014 01:39 AM, Lukasz Majewski wrote: > > Commit d4f5ef59cc7 "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 d6d3

Re: [U-Boot] [PATCH v2] thor: defer parsing of device string to IO backend

2014-06-23 Thread Stephen Warren
On 06/23/2014 01:39 AM, Lukasz Majewski wrote: > Commit d4f5ef59cc7 "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 d6d37d737b58e "dfu: free enti

Re: [U-Boot] [PATCH v2] thor: defer parsing of device string to IO backend

2014-06-23 Thread Lukasz Majewski
Hi Marek, > On Monday, June 23, 2014 at 09:39:16 AM, Lukasz Majewski wrote: > > Commit d4f5ef59cc7 "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

Re: [U-Boot] [PATCH v2] thor: defer parsing of device string to IO backend

2014-06-23 Thread Marek Vasut
On Monday, June 23, 2014 at 09:39:16 AM, Lukasz Majewski wrote: > Commit d4f5ef59cc7 "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 d6d37d737b58

[U-Boot] [PATCH v2] thor: defer parsing of device string to IO backend

2014-06-23 Thread Lukasz Majewski
Commit d4f5ef59cc7 "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 d6d37d737b58e "dfu: free entities when parsing fails" to cmd_thordown.c. Fixes: d4f5e

[U-Boot] [PATCH v2] thor: defer parsing of device string to IO backend

2014-06-23 Thread Lukasz Majewski
Commit d4f5ef59cc7 "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 d6d37d737b58e "dfu: free entities when parsing fails" to cmd_thordown.c. Fixes: d4f5e