Merge branch 'master' of git://git.denx.de/u-boot-ti
[oweals/u-boot.git] / arch / arm / cpu / armv7 / zynq / spl.c
index c3ea221549ffdcd4d6df2a95d03d12d1baff20f0..9ff2ef2ae36023cab39846a8fe2b1b07e0195735 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <asm/io.h>
 #include <asm/arch/hardware.h>
-#include <asm/arch/spl.h>
+#include <asm/spl.h>
 #include <asm/arch/sys_proto.h>
 
 DECLARE_GLOBAL_DATA_PTR;
@@ -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.
+        */
+}