]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/cpu/baytrail/valleyview.c
x86: bayleybay: Configure PCI IRQ
[karo-tx-uboot.git] / arch / x86 / cpu / baytrail / valleyview.c
index 9915da5bd7d0beb73a5822b2243f6ee57243cad8..d8d2b8d418bee24b255d9fb910d96dffa59f83f2 100644 (file)
@@ -7,6 +7,7 @@
 #include <common.h>
 #include <mmc.h>
 #include <pci_ids.h>
+#include <asm/irq.h>
 #include <asm/post.h>
 
 static struct pci_device_id mmc_supported[] = {
@@ -35,3 +36,10 @@ int arch_cpu_init(void)
 
        return 0;
 }
+
+int arch_misc_init(void)
+{
+       pirq_init();
+
+       return 0;
+}