]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/board_r.c
dm: pci: Add a uclass for PCI
[karo-tx-uboot.git] / common / board_r.c
index 38be09b8c11163214f45348a5127ab174fcb6271..5802c21fe758de972bc1b2ce7a28ae38336036eb 100644 (file)
@@ -230,7 +230,9 @@ static int initr_unlock_ram_in_cache(void)
 #ifdef CONFIG_PCI
 static int initr_pci(void)
 {
+#ifndef CONFIG_DM_PCI
        pci_init();
+#endif
 
        return 0;
 }