]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: env: add env load command
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Jul 2020 09:51:20 +0000 (11:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commitf73ccf6039d01ca8b74f5a912f9d6fdfbeb0dc2d
treeb493f2af6ae993f3fe319d5f97c3833d160041af
parent1b998486575c8162c6e11e23d190c11914f6490b
cmd: env: add env load command

Add the new command env load to load the environment from
the current location gd->env_load_prio.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
cmd/Kconfig
cmd/nvedit.c
env/env.c
include/env.h