]> git.sur5r.net Git - u-boot/blobdiff - board/Marvell/aspenite/aspenite.c
x86: Add support for booting Linux using the 32 bit boot protocol
[u-boot] / board / Marvell / aspenite / aspenite.c
index 046ffd62cb37a8873b315fee128133f9f6d5537e..3be33bf7730ae1c91adeb4e1f007a59c9a79f486 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <common.h>
 #include <mvmfp.h>
+#include <asm/arch/cpu.h>
 #include <asm/arch/mfp.h>
 #include <asm/arch/armada100.h>
 
@@ -33,9 +34,14 @@ DECLARE_GLOBAL_DATA_PTR;
 int board_early_init_f(void)
 {
        u32 mfp_cfg[] = {
+               /* I2C */
+               MFP105_CI2C_SDA,
+               MFP106_CI2C_SCL,
+
                /* Enable Console on UART1 */
                MFP107_UART1_RXD,
                MFP108_UART1_TXD,
+
                MFP_EOC         /*End of configureation*/
        };
        /* configure MFP's */