This partially depends on the kerma-sheevaplug-mvsdio patch.
Updated version provided by drEagle <drEagle@DOUKKI.NET>:
https://lists.debian.org/debian-arm/2014/07/msg00041.html
Gbp-Pq: Name openrd-mmc.diff
#include <asm/arch/kirkwood.h>
#include <asm/arch/mpp.h>
#include "openrd.h"
+#ifdef CONFIG_MRVL_MMC
+#include <mrvl_mmc.h>
+#endif /* CONFIG_MRVL_MMC */
DECLARE_GLOBAL_DATA_PTR;
#endif
}
#endif /* CONFIG_RESET_PHY_R */
+
+#ifdef CONFIG_MRVL_MMC
+int board_mmc_init(bd_t *bis)
+{
+ mrvl_mmc_init(bis);
+ return 0;
+}
+#endif /* CONFIG_MRVL_MMC */