]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/zynq/spl.c
zynq: treat ps7_init.c/h as external files to ignore them
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / zynq / spl.c
index c3ea221549ffdcd4d6df2a95d03d12d1baff20f0..d73e5cbaa745a23c74b511fa866d3e51096f4db6 100644 (file)
@@ -74,3 +74,11 @@ int spl_start_uboot(void)
        return 0;
 }
 #endif
+
+__weak void ps7_init(void)
+{
+       /*
+        * This function is overridden by the one in
+        * board/xilinx/zynq/ps7_init.c, if it exists.
+        */
+}