From dbb6d366e30e1292f51bb3265f80667a04fc0825 Mon Sep 17 00:00:00 2001 From: Chong Huang Date: Tue, 30 Nov 2010 03:36:23 -0500 Subject: Blackfin: bf525-ucr2: new board port Signed-off-by: Chong Huang Signed-off-by: Haitao Zhang Signed-off-by: Mike Frysinger --- board/bf525-ucr2/bf525-ucr2.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 board/bf525-ucr2/bf525-ucr2.c (limited to 'board/bf525-ucr2/bf525-ucr2.c') diff --git a/board/bf525-ucr2/bf525-ucr2.c b/board/bf525-ucr2/bf525-ucr2.c new file mode 100644 index 0000000..3e6df1f --- /dev/null +++ b/board/bf525-ucr2/bf525-ucr2.c @@ -0,0 +1,16 @@ +/* U-boot - bf525-ucr2.c board specific routines + * + * (C) Copyright 2000-2004 + * Wolfgang Denk, DENX Software Engineering, wd@denx.de. + * + * Licensed under the GPL-2 or later. + */ + +#include + +int checkboard(void) +{ + printf("Board: bf525-ucr2\n"); + printf("Support: http://www.ucrobotics.com/\n"); + return 0; +} -- cgit v1.1