arm: ls1021a: drop redundant board_mmc_init()
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 12 Nov 2019 11:28:37 +0000 (19:28 +0800)
committerPeng Fan <peng.fan@nxp.com>
Wed, 27 Nov 2019 08:55:56 +0000 (16:55 +0800)
commitd9114e2b73552be7f9035c7567ea14febefa0dce
tree915ab8c405d1e1d1f916bd5310064b1ff65b27b1
parent5e81cbff375c909637323167b1704596f9088c6a
arm: ls1021a: drop redundant board_mmc_init()

The board_mmc_init() defined in board files is actually
doing same thing with the cpu_mmc_init() defined in
arch/arm/cpu/armv7/ls102xa/cpu.c. So drop it.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/ls1021aiot/ls1021aiot.c
board/freescale/ls1021aqds/ls1021aqds.c
board/freescale/ls1021atwr/ls1021atwr.c