2017-01-29 3:45 GMT+09:00 Tom Rini <[email protected]>: > On Sat, Jan 28, 2017 at 11:40:49PM +0900, Masahiro Yamada wrote: > >> Now, CONFIG_GENERIC_MMC seems equivalent to CONFIG_MMC. >> >> Let's create an entry for "config GENERIC_MMC" with "default MMC", >> then convert all macro defines in headers to Kconfig. >> >> I see only two exceptions: >> configs/blanche_defconfig >> configs/sandbox_noblk_defconfig >> >> They define CONFIG_GENERIC_MMC, but not CONFIG_MMC. Probably, >> these two boards are wrong, so should be checked later. >> >> Anyway, this is the output of the moveconfig tool. >> >> This commit was created as follows: >> >> [1] create a config entry in drivers/mmc/Kconfig >> >> [2] tools/moveconfig.py -r HEAD GENERIC_MMC >> >> [3] manual clean-up of garbage comments in doc/README.* and >> include/configs/*.h >> >> Signed-off-by: Masahiro Yamada <[email protected]> > > Reviewed-by: Tom Rini <[email protected]>
Gah, I've just noticed this patch has a bunch of conflicts due to the recent move of CONFIG_DOS_PARTITION. -- Best Regards Masahiro Yamada _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

