
Hi Tom,
A few minor fixes for you. RGMII fix for LS1043/6 and cosmetic stuff.
The following changes since commit 84a42069f253554dbc2c7b4bbd28149a7a88c0ab:
env: Add 'envtools' target to 'make help' (2017-09-05 20:34:09 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to e4691564ccd366618934e70b7f621df7e1c5d70b:
net: fix typos (2017-09-07 13:23:52 -0500)
---------------------------------------------------------------- Heinrich Schuchardt (1): net: fix typos
Madalin Bucur (2): net: phy: realtek: fix enabling of the TX-delay for RTL8211F armv8: ls1043/ls1046aqds: add support for RGMII_TXID
Tom Rini (1): net: nfs: Drop CONFIG_NFS_READ_SIZE
board/freescale/ls1043aqds/eth.c | 1 + board/freescale/ls1046aqds/eth.c | 1 + drivers/net/fsl_mcdmafec.c | 2 +- drivers/net/mcffec.c | 2 +- drivers/net/mvneta.c | 2 +- drivers/net/phy/realtek.c | 24 ++++++++++++++---------- net/nfs.h | 13 +++++-------- 7 files changed, 24 insertions(+), 21 deletions(-)
Thanks! -Joe