1 2 3 4 5 6 7 8 9 10 11 12
/* * (C) Copyright 2014 Xilinx, Inc. Michal Simek * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <asm/arch/spl.h> __weak void ps7_init(void) { puts("Please copy ps7_init.c/h from hw project\n"); }