Re: [PATCH v2] Nokia RX-51: Convert to CONFIG_DM_MMC

2021-01-17 Thread Lokesh Vutla
On 16/01/21 9:51 pm, Tom Rini wrote: > On Sat, Jan 16, 2021 at 01:04:54AM +0100, Pali Rohár wrote: > >> 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

Re: [PATCH v2] Nokia RX-51: Convert to CONFIG_DM_MMC

2021-01-16 Thread Tom Rini
On Sat, Jan 16, 2021 at 01:04:54AM +0100, Pali Rohár wrote: > 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

[PATCH v2] Nokia RX-51: Convert to CONFIG_DM_MMC

2021-01-15 Thread Pali Rohár
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 --- Changes in v2: * Disable