]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/block/ahci.c
Merge git://git.denx.de/u-boot-marvell
[people/ms/u-boot.git] / drivers / block / ahci.c
index a57f674c52c69971912a8fdce1e85c33535088f5..0d19dd25a3441c95d1e159dfeacacdd4a2960cc3 100644 (file)
@@ -299,9 +299,6 @@ static int ahci_host_init(struct ahci_probe_ent *probe_ent)
 
                writel(1 << i, mmio + HOST_IRQ_STAT);
 
-               /* set irq mask (enables interrupts) */
-               writel(DEF_PORT_IRQ, port_mmio + PORT_IRQ_MASK);
-
                /* register linkup ports */
                tmp = readl(port_mmio + PORT_SCR_STAT);
                debug("SATA port %d status: 0x%x\n", i, tmp);