commit | 289aa6a371efdb3dae0cd5bdcf694d7fb4568477 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troykiskyboundary@gmail.com> | Mon Mar 13 14:31:24 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 11:38:33 2023 -0400 |
tree | b6f53ea7fc97a5b70686627ea10c54fe1b81846a | |
parent | 11910550b65e6072b9542d462c0aa93f4ca81836 [diff] |
cmd: nvedit: remove error check, handle with Kconfig 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@gmail.com>