configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 7 Dec 2022 08:26:44 +0000 (09:26 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 12 Dec 2022 21:46:07 +0000 (16:46 -0500)
commit8b83d54f9e40cdd25b41404ce96066f5e3b4a41f
treea198029feac8f4a2bfb86c077ed9ab4da5901837
parent72e79f998e79626a551d22c637abf4c5786e8046
configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT

Complete the migration of MTDPARTS_DEFAULT / MTDIDS_DEFAULT in Kconfig;
this patch removes the support of MTDIDS_DEFAULT / MTDPARTS_DEFAULT
in the configuration files (include/configs/*.h).

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
cmd/mtdparts.c
drivers/mtd/mtd_uboot.c