[PATCH] mci: bcm2835: depend on sdhci
Sascha Hauer
s.hauer at pengutronix.de
Tue Sep 15 08:29:58 EDT 2020
On Tue, Sep 15, 2020 at 01:52:47PM +0200, Roland Hieber wrote:
> The driver uses functions defined in sdhci.o, and will fail to build
> otherwise:
>
> drivers/mci/mci-bcm2835.o: in function `bcm2835_mci_request':
> drivers/mci/mci-bcm2835.c:134: undefined reference to `sdhci_set_cmd_xfer_mode'
> arm-v5te-linux-gnueabi-ld: drivers/mci/mci-bcm2835.c:169: undefined reference to `sdhci_read_response'
> arm-v5te-linux-gnueabi-ld: drivers/mci/mci-bcm2835.c:175: undefined reference to `sdhci_transfer_data'
>
> Fixes: f8dffc9338dc2c7ae830 (2019-11-19, "mci: bcm2835: Use sdhci_set_cmd_xfer_mode()")
> Signed-off-by: Roland Hieber <rhi at pengutronix.de>
> ---
> drivers/mci/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list