]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/xilinx/ml507/ml507.c
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / xilinx / ml507 / ml507.c
1 /*
2 * (C) Copyright 2008
3 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
4 * This work has been supported by: QTechnology http://qtec.com/
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #include <config.h>
9 #include <common.h>
10 #include <asm/processor.h>
11
12
13 int checkboard(void)
14 {
15 puts("Xilinx ML507 Board\n");
16 return 0;
17 }