[PATCH v1 01/24] cmd: nvedit: check for ENV_SUPPORT
Simon Glass
sjg at chromium.org
Wed Feb 22 22:19:49 CET 2023
On Tue, 21 Feb 2023 at 18:38, Troy Kisky <troykiskyboundary at 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 <troykiskyboundary at gmail.com>
> ---
>
> cmd/nvedit.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list