]> git.baikalelectronics.ru Git - uboot.git/commit
env: sf: avoid space in backend name
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Jul 2020 09:51:16 +0000 (11:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commitf0ff5c10857f4a81d71d2be0c9eadbc2bec77dca
tree55ec621f63d536acdf1d4e46b2bc76d86ee4b63a
parent015bb666d9dfe7f6a7b83a856263b29ad2c8e9bd
env: sf: avoid space in backend name

Remove space in ENV backend name for SPI Flash (SF)
to avoid issue with env select command.

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