Bin Meng | a65b25d | 2015-05-07 21:34:08 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #include <common.h> | ||||
8 | #include <netdev.h> | ||||
9 | |||||
10 | int board_eth_init(bd_t *bis) | ||||
11 | { | ||||
12 | return pci_eth_init(bis); | ||||
13 | } |