]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sunxi/ahci.c
ppc4xx: Remove sc3 board
[karo-tx-uboot.git] / board / sunxi / ahci.c
index b7f0dda2058eecf97547270a2feac54565b5d7b1..6d51b9b8e95b81ce6b84e1a982ce699b816a16de 100644 (file)
@@ -83,5 +83,5 @@ void scsi_init(void)
        if (sunxi_ahci_phy_init(SUNXI_SATA_BASE) < 0)
                return;
 
-       ahci_init(SUNXI_SATA_BASE);
+       ahci_init((void __iomem *)SUNXI_SATA_BASE);
 }