]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: fsl_esdhc_imx: drop redundant code for non-removable feature
authorSean Anderson <sean.anderson@seco.com>
Tue, 23 Nov 2021 20:03:40 +0000 (15:03 -0500)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Jan 2022 00:56:39 +0000 (09:56 +0900)
commitb3770945eff0b38280f77d9de6d71c1037f84d24
treec50d05e9c8815730ff35075abcb011782117ec69
parentc872069cf3202ad975f72596918bfbd45289e420
mmc: fsl_esdhc_imx: drop redundant code for non-removable feature

[ fsl_esdhc commit commit 56d8b42a52e7474b17252d29cdb30f1a958063ea ]

Drop redundant code for non-removable feature. "non-removable" property
has been read in mmc_of_parse().

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
[ set MMC_CAP_NONREMOVABLE in plat->cfg.host_caps ]
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
drivers/mmc/fsl_esdhc_imx.c