[U-Boot] u-boot 2016.07-rc0 does not seem to compile for me

Pavel Machek pavel at denx.de
Fri May 27 21:57:52 CEST 2016


I did the following to fix it up. It still might be problem with some
of my local changes, but you might want to test compile.

Thanks,
								Pavel



diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c
index 6a0e971..197c4ee 100644
--- a/drivers/mmc/socfpga_dw_mmc.c
+++ b/drivers/mmc/socfpga_dw_mmc.c
@@ -108,7 +108,7 @@ static int socfpga_dwmmc_probe(struct udevice *dev)
 		return ret;
 
 	upriv->mmc = host->mmc;
-	host->mmc->dev = dev;
+	//	host->mmc->dev = dev;
 
 	return 0;
 }

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


More information about the U-Boot mailing list