[U-Boot] [PATCH 5/8] net: Move remaining common functions to eth_common.c

Bin Meng bmeng.cn at gmail.com
Mon Jan 18 05:41:06 CET 2016


On Mon, Jan 18, 2016 at 5:51 AM, Simon Glass <sjg at chromium.org> wrote:
> Move eth_current_changed(), eth_set_current(), eth_mac_skip() and
> eth_get_name() into the common file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  net/eth.c          | 108 ++---------------------------------------------------
>  net/eth_common.c   | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
>  net/eth_internal.h |   9 +++++
>  3 files changed, 113 insertions(+), 104 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list