Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / avnet / v5fx30teval / v5fx30teval.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("Avnet Virtex 5 FX30 Evaluation Board\n");
16         return 0;
17 }