]> git.sur5r.net Git - u-boot/blob - board/xilinx/ml507/ml507.c
83b764b7337bd828389247210c08c05a4c3fb14e
[u-boot] / 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 }