Skip to content
Snippets Groups Projects
Commit 8a82c2cd authored by John Crispin's avatar John Crispin
Browse files

uboot-envtools: fix build if ubi volume support is disabled


Insert a missing #ifdef UBI around the use of libubi_close().
As the preceding if (libubi) will never be true on non-UBI builds,
compiling only failed when disabling optimization.

Also rebase patch to latest u-boot.git HEAD.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 41313
parent d219e055
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment