1 /* U-Boot - blackvme.c board specific routines
2 * (c) Wojtek Skulski 2010 info@skutek.com
3 * Board info: http://www.skutek.com
4 * Copyright (c) 2005-2009 Analog Devices Inc.
6 * (C) Copyright 2000-2004
7 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
9 * Licensed under the GPL-2 or later.
17 printf("Board: BlackVME\n");
18 printf("Support: http://www.skutek.com/\n");
22 #ifdef CONFIG_DRIVER_AX88180
24 * The ax88180 driver had to be patched to work around a bug
25 * in Marvell 88E1111 B2 silicon. E-mail me for explanations.
27 int board_eth_init(bd_t *bis)
29 return ax88180_initialize(bis);
31 #endif /* CONFIG_DRIVER_AX88180 */