commit | 30cf71d953cac9ae1236ebe40cbed9133a995d56 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Jun 09 21:26:39 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 20 12:15:08 2025 -0600 |
tree | 06a58b3990c592f4e6b306a176b1df032b5d2041 | |
parent | a8c829165e58f2ff93345c9d8263b617b6e31298 [diff] |
env: Rename SYS_MMC_ENV_DEV to ENV_MMC_DEVICE_INDEX Rename the variable and add ENV_ prefix, so that all configuration options which are related to environment would have an CONFIG_ENV_ prefix. No functional change. Use ENV_MMC_DEVICE_INDEX to clarify this is the SD/MMC device index, a number, as enumerated by U-Boot. Update the help text accordingly. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>