]> git.baikalelectronics.ru Git - uboot.git/commit
env: add failing trace in env_save
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 24 Jun 2020 08:17:50 +0000 (10:17 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 26 Jul 2020 18:35:30 +0000 (14:35 -0400)
commitfa9387012b1e4ab758e073e67634d43cf37babee
tree4a72688882e624f452f6675e5427c939ad618381
parent17e52957d0505833a7cfe3a520e56a06cec41467
env: add failing trace in env_save

Add trace in env save to indicate any errors to end user and avoid
silent output when the command 'env save' is not executed.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
env/env.c