Re: [PATCH v2 6/7] configs: sandbox: Enable sub command 'env info'

2020-02-10 Thread Simon Glass
On Mon, 10 Feb 2020 at 10:01, Patrick Delaunay wrote: > > Enable support for sub command 'env info' in sandbox > with CONFIG_CMD_NVEDIT_INFO. This is aimed primarily > at adding unit test. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v2: > - activate env info command in sandbox (new)

[PATCH v2 6/7] configs: sandbox: Enable sub command 'env info'

2020-02-10 Thread Patrick Delaunay
Enable support for sub command 'env info' in sandbox with CONFIG_CMD_NVEDIT_INFO. This is aimed primarily at adding unit test. Signed-off-by: Patrick Delaunay --- Changes in v2: - activate env info command in sandbox (new) configs/sandbox64_defconfig| 1 + configs/sandbox_defconfig