summaryrefslogtreecommitdiff
path: root/board/bf525-ucr2/bf525-ucr2.c
diff options
context:
space:
mode:
authorChong Huang <chuang@ucrobotics.com>2010-11-30 03:36:23 -0500
committerMike Frysinger <vapier@gentoo.org>2011-04-08 00:44:26 -0400
commitdbb6d366e30e1292f51bb3265f80667a04fc0825 (patch)
tree022a4bfa53cd649112e0d22b21b4d1923388740d /board/bf525-ucr2/bf525-ucr2.c
parent2fc32deab5760d5b29024e766c700b7253550710 (diff)
downloadu-boot-imx-dbb6d366e30e1292f51bb3265f80667a04fc0825.zip
u-boot-imx-dbb6d366e30e1292f51bb3265f80667a04fc0825.tar.gz
u-boot-imx-dbb6d366e30e1292f51bb3265f80667a04fc0825.tar.bz2
Blackfin: bf525-ucr2: new board port
Signed-off-by: Chong Huang <chuang@ucrobotics.com> Signed-off-by: Haitao Zhang <minipanda@linuxrobot.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf525-ucr2/bf525-ucr2.c')
-rw-r--r--board/bf525-ucr2/bf525-ucr2.c16
1 files changed, 16 insertions, 0 deletions
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 <common.h>
+
+int checkboard(void)
+{
+ printf("Board: bf525-ucr2\n");
+ printf("Support: http://www.ucrobotics.com/\n");
+ return 0;
+}