b5bebd4a90f0a19ad9610c4e69ec0c44dad2ab0f
[platform/kernel/u-boot.git] / board / ibf-dsp561 / ibf-dsp561.c
1 /*
2  * U-boot - main board file
3  *
4  * Copyright (c) 2008-2009 I-SYST.
5  *
6  * Licensed under the GPL-2 or later.
7  */
8
9 #include <common.h>
10
11 DECLARE_GLOBAL_DATA_PTR;
12
13 int checkboard(void)
14 {
15         printf("Board: I-SYST IBF-DSP561 Micromodule\n");
16         printf("       Support: http://www.i-syst.com/\n");
17         return 0;
18 }