]> git.sur5r.net Git - u-boot/blobdiff - board/sc3/sc3.c
fix comments with new drivers organization
[u-boot] / board / sc3 / sc3.c
index d94896ecd00d8541e13440c4a6194c8a2a42b319..09407647ab1a0d8236b0e588f8e801403e8edcc0 100644 (file)
@@ -354,6 +354,8 @@ int board_early_init_f (void)
        initUsbHost (&cpldConfig_1);
        writeb (cpldConfig_1, CPLD_CONTROL_1);
 #endif
+       /* FIXME: for what must we do this */
+       *(unsigned long *)0x79000080 = 0x0001;
        return(0);
 }
 
@@ -755,7 +757,7 @@ static struct pci_config_table pci_solidcard3_config_table[] =
 };
 
 /*-------------------------------------------------------------------------+
- | pci_init_board (Called from pci_init() in drivers/pci.c)
+ | pci_init_board (Called from pci_init() in drivers/pci/pci.c)
  |
  | Init the PCI part of the SolidCard III
  |