Merge git://git.denx.de/u-boot-dm
[platform/kernel/u-boot.git] / board / highbank / highbank.c
index 55999ed..1af2207 100644 (file)
@@ -67,7 +67,7 @@ void scsi_init(void)
        cphy_disable_overrides();
        if (reg & PWRDOM_STAT_SATA) {
                ahci_init((void __iomem *)HB_AHCI_BASE);
-               scsi_scan(1);
+               scsi_scan(true);
        }
 }
 #endif