]> git.baikalelectronics.ru Git - uboot.git/commit
env: ubi: Add missing ENV_NAME
authorMarek Vasut <marex@denx.de>
Tue, 21 Aug 2018 13:53:33 +0000 (15:53 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Aug 2018 20:00:48 +0000 (16:00 -0400)
commit77a7e176215b5b45594685b69e3a612c222c02b7
tree4a7b9c64600bfca72f931005bdd3ad927b36fc8e
parent706aa9760c0270fcc23455a9238192f90e533b95
env: ubi: Add missing ENV_NAME

Add missing environment name for UBI, to prevent this NULL in output:
Loading Environment from <NULL>...
and rather have a valid UBI there:
Loading Environment from UBI...

Signed-off-by: Marek Vasut <marex@denx.de>
env/ubi.c