summaryrefslogtreecommitdiffstats
path: root/board/xilinx/ml507/ml507.c
blob: 83b764b7337bd828389247210c08c05a4c3fb14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * (C) Copyright 2008
 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
 * This work has been supported by: QTechnology  http://qtec.com/
 * SPDX-License-Identifier:	GPL-2.0+
*/

#include <config.h>
#include <common.h>
#include <asm/processor.h>


int checkboard(void)
{
	puts("Xilinx ML507 Board\n");
	return 0;
}
OpenPOWER on IntegriCloud