x86: Add some missing global_data declarations in files that use gd
[oweals/u-boot.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;
+}