commit | d256d9876458e0d5d61eac0df000faf7ef44e71d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:04:51 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | bb5e41846c2d8b0b165ba8af7976a45e95bf2dcb | |
parent | 489641f517e1ae2b5254090050fe748534a32503 [diff] |
mmc: env: Unify the U_BOOT_ENV_LOCATION conditions The declaration of U_BOOT_ENV_LOCATION() uses a different #ifdef condition from the code it calls. Use the same condition to avoid a build warning if CONFIG_CMD_SAVEENV is disabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>