]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/xilinx/ml507/ml507.c
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / board / xilinx / ml507 / ml507.c
CommitLineData
086511fc
RR
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/
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
086511fc
RR
6*/
7
8#include <config.h>
9#include <common.h>
10#include <asm/processor.h>
11
086511fc
RR
12
13int checkboard(void)
14{
e07f4a80 15 puts("Xilinx ML507 Board\n");
086511fc
RR
16 return 0;
17}