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)
commitad3fec2364ebfc896ce5bd5269f56df9f0c3e5a9
treec2de0d398adc3f772b4b601a91fb50483ad23790
parent6d8d8400a2bee44e0efbd7dbcfa33965560370d6
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