bf525-ucr2.c 322 B

12345678910111213141516
  1. /* U-Boot - bf525-ucr2.c board specific routines
  2. *
  3. * (C) Copyright 2000-2004
  4. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  5. *
  6. * Licensed under the GPL-2 or later.
  7. */
  8. #include <common.h>
  9. int checkboard(void)
  10. {
  11. printf("Board: bf525-ucr2\n");
  12. printf("Support: http://www.ucrobotics.com/\n");
  13. return 0;
  14. }