env: Correct Kconfig type for ENV_MMC_SW_PARTITION
authorTom Rini <trini@konsulko.com>
Tue, 12 Aug 2025 17:31:09 +0000 (11:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Aug 2025 15:17:02 +0000 (09:17 -0600)
commit6531aeed374f0818d7259eaa401b92b976723fb2
treeea5c0a57ae50793ee89b8f08dfa85e6216836993
parent5e2ade730a82192834c6652cb0b1d363f8c51b41
env: Correct Kconfig type for ENV_MMC_SW_PARTITION

As part of renaming environment related Kconfig options,
ENV_MMC_SW_PARTITION was inadvertently changed from a string to a bool.
Correct this.

Fixes: ffc4914703a2 ("env: Rename ENV_MMC_PARTITION to ENV_MMC_SW_PARTITION")
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
env/Kconfig