Nokia RX-51: Convert to CONFIG_DM_MMC
authorPali Rohár <pali@kernel.org>
Sat, 16 Jan 2021 00:04:54 +0000 (01:04 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Feb 2021 15:07:56 +0000 (20:37 +0530)
commit64fd2d26140aa72b43428d079974f7c0e7f88353
tree744f7a677304c34c8f453934e0a2bcd25ae8b7f1
parentfdcb93e1709ab1a2ebb562455621617c29e2099c
Nokia RX-51: Convert to CONFIG_DM_MMC

Move twl4030_power_mmc_init() from board_mmc_power_init() to misc_init_r()
and disable CONFIG_SYS_MALLOC_F. Otherwise U-Boot cannot initialize MMC.
Also disable CONFIG_CMD_SLEEP CONFIG_DM_DEVICE_REMOVE CONFIG_MMC_VERBOSE to
free some space.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/nokia/rx51/rx51.c
configs/nokia_rx51_defconfig