]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()
authorStefan Roese <sr@denx.de>
Fri, 10 Feb 2023 12:23:50 +0000 (13:23 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 10 Apr 2023 03:17:43 +0000 (12:17 +0900)
commit27c7b6c1025444464d0da19979e0220b71b77bc3
tree7d1021f32a5aa19d92b407a4e4bb69861b3b20a9
parent026ceb4bd4e65cb3e7d81620268724a4c31d07eb
mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()

This driver already depends on CONFIG_ARCH_MVEBU, so there is no need
to have some checks for this Kconfig symbol in the driver itself. Let's
remove these superfluous checks.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/mv_sdhci.c