commit | 9122972767e4bbae23e76736f9f667874dedb2b2 | [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 | a33ec6d83833b0263c0ebb6e3e305493d156a70e [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>