Michal Simek | e60148d | 2014-01-14 14:21:52 +0100 | [diff] [blame] | 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 | } |