]> git.ipfire.org Git - people/ms/u-boot.git/commit
thor: defer parsing of device string to IO backend
authorLukasz Majewski <l.majewski@samsung.com>
Mon, 23 Jun 2014 07:39:16 +0000 (09:39 +0200)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:17:00 +0000 (11:17 -0400)
commit90fadb57237268721da2ee038a6405fcb47b277a
treefe377d22d1a87236ed4b4c7e26d4c227723e527f
parent50a35321287b476deb3335ed8cdff36771134855
thor: defer parsing of device string to IO backend

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: d4f5ef59cc7 ("dfu: defer parsing of device string to IO backend")
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
common/cmd_thordown.c