ps7_init.c 229 B

123456789101112
  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. __weak void ps7_init(void)
  9. {
  10. puts("Please copy ps7_init.c/h from hw project\n");
  11. }