commit | 369a47071450ec55cea931b197a1463f394b38f8 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Jun 09 21:26:41 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 20 12:15:08 2025 -0600 |
tree | 2edeb69b75c7fe6c3acfc2bf89597026d82172aa | |
parent | 02edd0d1b22767d99563bba9b1e92bbf65b5890a [diff] |
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>