2 * U-boot - main board file
4 * Copyright (c) 2005-2008 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
12 DECLARE_GLOBAL_DATA_PTR;
16 printf("Board: Bluetechnix CM-BF561 core module\n");
17 printf(" Support: http://www.bluetechnix.at/\n");
22 int board_eth_init(bd_t *bis)
24 return smc911x_initialize(0, CONFIG_SMC911X_BASE);