Merge branch 'master' of git://git.denx.de/u-boot-arm
[platform/kernel/u-boot.git] / board / xilinx / zynq / ps7_init.c
1 /*
2  * (C) Copyright 2014 Xilinx, Inc. Michal Simek
3  *
4  * SPDX-License-Identifier:    GPL-2.0+
5  */
6 #include <common.h>
7 #include <asm/arch/spl.h>
8
9 __weak void ps7_init(void)
10 {
11         puts("Please copy ps7_init.c/h from hw project\n");
12 }