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)
commit344ca79509135f8a29f510e2e2b4fab81be187f1
tree4a7b9c64600bfca72f931005bdd3ad927b36fc8e
parent8744d6c5048f41b2ae3a42696af2ea3b09c17e4b
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