Home
last modified time | relevance | path

Searched hist:"497 e9e03" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard.c497e9e03 Mon Sep 29 14:17:24 CDT 2014 Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> net: keystone_net: remove redundant code from keystone_net.c

Remove unused tx_send_loop variable.

Removes duplicated get_link_status() call from the
keystone2_eth_send_packet().

The emac_gigabit_enable() is called at opening Ethernet and there is no
need to enable it on sending each packet. So remove that call
from keystone2_eth_send_packet() as well.

The calling of power/clock up functions are mostly the responsibility
of SoC/board code, so move these functions to appropriate place.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>