]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/cpu/coreboot/coreboot.c
x86: qemu: Implement PIRQ routing
[karo-tx-uboot.git] / arch / x86 / cpu / coreboot / coreboot.c
index c4cac045b2906df2a556675b286a229a5bde6765..0e9f15fef68a7eec36421645e2af511280cd05fb 100644 (file)
@@ -89,3 +89,8 @@ int misc_init_r(void)
 {
        return 0;
 }
+
+int arch_misc_init(void)
+{
+       return 0;
+}