]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p1022ds/p1022ds.c
Merge remote-tracking branch 'u-boot-ti/master'
[u-boot] / board / freescale / p1022ds / p1022ds.c
index 56dfcce41089863d08ec1cb2cd912c674e0b6ab3..25fdc2a740c033f236825ac203f171f5b51c8bc9 100644 (file)
@@ -39,6 +39,10 @@ int board_early_init_f(void)
 
        /* Set pmuxcr to allow both i2c1 and i2c2 */
        setbits_be32(&gur->pmuxcr, 0x1000);
+#ifdef CONFIG_SYS_RAMBOOT
+       setbits_be32(&gur->pmuxcr,
+               in_be32(&gur->pmuxcr) | MPC85xx_PMUXCR_SD_DATA);
+#endif
 
        /* Read back the register to synchronize the write. */
        in_be32(&gur->pmuxcr);