Message ID | 1494329500-19364-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
Headers | show |
Series | mmc: deprecate CONFIG_GENERIC_MMC finally | expand |
Hi Masahiro, On 05/09/2017 08:31 PM, Masahiro Yamada wrote: > Masahiro Yamada (4): > sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC > blanche_defconfig: enable CONFIG_MMC > mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC > mmc: descend into drivers/mmc only when CONFIG_MMC is enabled After testing buildman, will apply to u-boot-mmc. Now, running buildman.. Best Regards, Jaehoon Chung > > Makefile | 1 - > arch/arm/Kconfig | 2 +- > board/BuR/common/common.c | 2 +- > board/bosch/shc/board.c | 2 +- > board/compulab/cl-som-am57x/cl-som-am57x.c | 4 ++-- > board/compulab/cm_t35/cm_t35.c | 4 ++-- > board/compulab/cm_t3517/cm_t3517.c | 2 +- > board/compulab/cm_t54/cm_t54.c | 2 +- > board/corscience/tricorder/tricorder.c | 4 ++-- > board/gumstix/duovero/duovero.c | 2 +- > board/hisilicon/hikey/hikey.c | 2 +- > board/isee/igep00x0/igep00x0.c | 4 ++-- > board/logicpd/am3517evm/am3517evm.c | 2 +- > board/logicpd/omap3som/omap3logic.c | 4 ++-- > board/logicpd/zoom1/zoom1.c | 2 +- > board/overo/overo.c | 4 ++-- > board/pandora/pandora.c | 2 +- > board/quipos/cairo/cairo.c | 2 +- > board/samsung/arndale/arndale.c | 2 +- > board/samsung/common/board.c | 2 +- > board/samsung/common/misc.c | 4 ++-- > board/samsung/goni/goni.c | 2 +- > board/samsung/smdkv310/smdkv310.c | 2 +- > board/sunxi/board.c | 2 +- > board/technexion/tao3530/tao3530.c | 4 ++-- > board/ti/am3517crane/am3517crane.c | 2 +- > board/ti/am57xx/board.c | 2 +- > board/ti/beagle/beagle.c | 4 ++-- > board/ti/dra7xx/evm.c | 2 +- > board/ti/evm/evm.c | 4 ++-- > board/ti/ks2_evm/board_k2g.c | 2 +- > board/ti/omap5_uevm/evm.c | 2 +- > board/ti/panda/panda.c | 2 +- > board/ti/sdp4430/sdp.c | 2 +- > board/ti/ti814x/evm.c | 2 +- > board/timll/devkit8000/devkit8000.c | 4 ++-- > common/board_r.c | 4 ++-- > common/spl/Kconfig | 4 ++-- > configs/blanche_defconfig | 3 +-- > configs/sandbox_noblk_defconfig | 1 - > drivers/Makefile | 1 + > drivers/mmc/Kconfig | 4 ---- > drivers/mmc/Makefile | 28 ++++++++++++---------------- > drivers/mmc/davinci_mmc.c | 2 +- > 44 files changed, 65 insertions(+), 75 deletions(-) >
On 05/09/2017 08:31 PM, Masahiro Yamada wrote: > Masahiro Yamada (4): > sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC > blanche_defconfig: enable CONFIG_MMC > mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC > mmc: descend into drivers/mmc only when CONFIG_MMC is enabled Applied to u-boot-mmc. Thanks! Best Regards, Jaehoon Chung >