On Tue, 21 Feb 2023 at 18:38, Troy Kisky <troykiskybound...@gmail.com> wrote: > > Avoid error messages when SPL,TPL,VPL build don't > have the environment options of the main build. > This is needed when defined(CONFIG_ENV_IS_IN_xxx) is changed > to CONFIG_IS_ENABLED(ENV_IS_IN_xxx). > > Signed-off-by: Troy Kisky <troykiskybound...@gmail.com> > --- > > cmd/nvedit.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>