blob: c47da09b9e8ecc52a2fc5160aeb5e2caf47c8640 [file] [log] [blame]
Michal Simeke60148d2014-01-14 14:21:52 +01001/*
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}