[U-Boot] [PATCH] rpi: Set the default mmc max device to 2

Emmanuel Vadot manu at freebsd.org
Wed Jul 4 07:08:06 UTC 2018


When running with special configuration (OF_BOARD and mmc overlay)
RPI have the SD card as id 1.
This make device enumeration fails when using the API.

Signed-off-by: Emmanuel Vadot <manu at freebsd.org>
---
 include/configs/rpi.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index a97550b732..26fc9b9d95 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -69,6 +69,8 @@
 #define CONFIG_MISC_INIT_R
 #endif
 
+#define CONFIG_SYS_MMC_MAX_DEVICE	2
+
 /* Console configuration */
 #define CONFIG_SYS_CBSIZE		1024
 
-- 
2.17.0



More information about the U-Boot mailing list