3 * Daniel Hellstrom, daniel@gaisler.com.
5 * SPDX-License-Identifier: GPL-2.0+
15 /* Does not set gd->ram_size here */
22 puts("Board: EP2S60 GRLIB\n");
32 int board_eth_init(bd_t *bis)
35 #ifdef CONFIG_SMC91111
36 rc = smc91111_initialize(0, CONFIG_SMC91111_BASE);