/* * (C) Copyright 2014 Xilinx, Inc. Michal Simek * * SPDX-License-Identifier: GPL-2.0+ */ #include #include __weak void ps7_init(void) { puts("Please copy ps7_init.c/h from hw project\n"); }