2 * U-Boot - main board file
4 * Copyright (c) 2005-2009 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
14 #include <asm/blackfin.h>
16 DECLARE_GLOBAL_DATA_PTR;
20 printf("Board: CSP BF537 Minotaur board\n");
21 printf(" Support: http://www.camsig.co.uk/\n");
25 #ifdef CONFIG_BFIN_MAC
26 int board_eth_init(bd_t *bis)
28 return bfin_EMAC_initialize(bis);