On Fri, 24 May 2019 at 16:20, Mark Jonas <[email protected]> wrote:
>
> From: Leo Ruan <[email protected]>
>
> Add sub-command 'env info' to display environment information:
> - env_valid : is environment valid
> - env_ready : is environment imported into hash table
> - env_use_default : is default environment using
>
> This command can be optionally used for evaluation in scripts:
> [-d] : evaluate whether default environment is used
> [-p] : evaluate whether environment can be persisted
> The result of multiple evaluations will be combined with AND.
>
> Signed-off-by: Leo Ruan <[email protected]>
> Signed-off-by: Mark Jonas <[email protected]>
> ---
>  cmd/Kconfig  |  14 ++++++++
>  cmd/nvedit.c | 108 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 122 insertions(+)

Reviewed-by: Simon Glass <[email protected]>
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to