2 * U-Boot - main board file
4 * Copyright (c) Switchfin Org. <dpn@switchfin.org>
6 * Copyright (c) 2005-2008 Analog Devices Inc.
8 * (C) Copyright 2000-2004
9 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
11 * Licensed under the GPL-2 or later.
20 printf("Board: Switchvoice BR4 Appliance\n");
21 printf(" Support: http://www.switchvoice.com/\n");
25 #ifdef CONFIG_BFIN_MAC
26 int board_eth_init(bd_t *bis)
28 return bfin_EMAC_initialize(bis);