
These patches enable ethernet from u-boot on the ti am62x EVM. They are based on the u-boot next branch (33f4d3c3) to take advantage of recent dts sync of these boards with linux
The first two patches clean up the configurations little bit (fixing incorrect config variable, running savedefconfig), the last two actually enable ethernet support
Changes in v2: - Split out config cleanup from ethernet changes
Sjoerd Simons (4): configs: am62x_evm_*: Correct SPI configuration option configs: am62x_evm_*: Run savedefconfig arm: dts: k3-am625-sk: Enable first ethernet port configs: am62x_evm_a53: Enable ethernet
arch/arm/dts/k3-am625-sk-u-boot.dtsi | 22 +++++++++++++++++++ configs/am62x_evm_a53_defconfig | 12 ++++++++--- configs/am62x_evm_r5_defconfig | 32 +++++++++++++--------------- 3 files changed, 46 insertions(+), 20 deletions(-)