Skip to content
Snippets Groups Projects
ps7_init.c 229 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * (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");
    }