commit | 094778f867e000f2846c975e1fc83d8d6ba070ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:39:49 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:26 2023 -0500 |
tree | 25122bc0a4287485687be8601a18e6da688a0d23 | |
parent | bd3ebf66265b526180fc3ed53373efd5ce73c365 [diff] |
Correct SPL uses of ENV_VARS_UBOOT_RUNTIME_CONFIG This converts 4 usages of this option to the non-SPL form, since there is no SPL_ENV_VARS_UBOOT_RUNTIME_CONFIG defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>