summaryrefslogtreecommitdiff
path: root/board/bf525-ucr2/bf525-ucr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bf525-ucr2/bf525-ucr2.c')
-rw-r--r--board/bf525-ucr2/bf525-ucr2.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/bf525-ucr2/bf525-ucr2.c b/board/bf525-ucr2/bf525-ucr2.c
deleted file mode 100644
index 36a725c83b..0000000000
--- a/board/bf525-ucr2/bf525-ucr2.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* 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;
-}