env: Rename ENV_MMC_PARTITION to ENV_MMC_SW_PARTITION
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 9 Jun 2025 19:26:41 +0000 (21:26 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jun 2025 18:15:08 +0000 (12:15 -0600)
commitffc4914703a2b897d51e3412703b1d4f42081b42
tree2edeb69b75c7fe6c3acfc2bf89597026d82172aa
parent31617b880ab7da6aade0cf3c07f0d02b42bb8f4c
env: Rename ENV_MMC_PARTITION to ENV_MMC_SW_PARTITION

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_SW_PARTITION to clarify this is the SD/MMC software
partition table entry selector. Update the help text accordingly.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
doc/device-tree-bindings/config.txt
env/Kconfig
env/mmc.c