]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite7f2442eac7e019dd546cff76d573a49afbc5111
tree744f7a677304c34c8f453934e0a2bcd25ae8b7f1
parent0cd5ac687065d61027ef1cf96274be82495573aa
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