2 * U-boot - main board file
4 * Copyright (c) 2008-2009 I-SYST.
6 * Licensed under the GPL-2 or later.
12 DECLARE_GLOBAL_DATA_PTR;
16 printf("Board: I-SYST IBF-DSP561 Micromodule\n");
17 printf(" Support: http://www.i-syst.com/\n");
21 #ifdef CONFIG_DRIVER_AX88180
22 int board_eth_init(bd_t *bis)
24 return ax88180_initialize(bis);