* Implement new mechanism to export U-Boot's functions to standalone
[u-boot.git] / board / mpl / common / pci_parts.h
index 82426f3d0337706b35b551703137b4aa7fc66387..e5627aa34eb6653463327bea145c6d393db8588e 100644 (file)
@@ -110,7 +110,7 @@ static struct pci_pip405_config_entry piix4_ide_cntrl_f1[] = {
 #if !defined(CONFIG_MIP405T)
        {PCI_CFG_PIIX4_IDETIM,  0x80008000,     4}, /* enable Both IDE channels */
 #else
-       {PCI_CFG_PIIX4_IDETIM,  0x80000000,     4}, /* enable IDE channel0      */
+       {PCI_CFG_PIIX4_IDETIM,  0x00008000,     4}, /* enable IDE channel0      */
 #endif
        { }                                         /* end of device table      */
 };
This page took 0.022096 seconds and 4 git commands to generate.