]> git.baikalelectronics.ru Git - uboot.git/commit
env: nowhere: add .load ops
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Jul 2020 09:51:18 +0000 (11:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commitedde846e187759bb51732373e21826bc17e3feff
treec2de0d398adc3f772b4b601a91fb50483ad23790
parent69ca40ed54f9f7ecba5175825d485dc20e3600ad
env: nowhere: add .load ops

Add the ops .load for nowhere ENV backend to load the
default environment.

This ops is needed for the command 'env load'

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