
17 Jun
2020
17 Jun
'20
5:12 a.m.
On Tue, 16 Jun 2020 at 01:40, Patrick Delaunay patrick.delaunay@st.com wrote:
Add support of environment location with a new sandbox command 'env_loc'.
When the user change the environment location with the command 'env_loc <location>' the env is reinitialized and saved; the GD_FLG_ENV_DEFAULT flag is also updated.
When the user set the same env location, the environment is re-loaded.
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Changes in v2:
- change cmd_tbl_t to struct cmd_tbl
board/sandbox/sandbox.c | 42 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org