
Hi,
Just three patches here. The test-coverage stuff has been pushed to u-boot-dm/next and I'll run that through again when the merge window opens.
The following changes since commit 48a346061d1f0a7eff566f6a7cc7eeeba7efb1e2:
Merge git://git.denx.de/u-boot-x86 (2017-12-21 09:54:10 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 4ace304062e143da8ab7851d0c8570d61777ec06:
boards: ls1046ardb: disable unavailable "ethernet" node in dts (2017-12-24 12:42:50 -0700)
---------------------------------------------------------------- Prabhakar Kushwaha (3): common: Fix-up MAC addr in dts by fetching env variable serially arm: Add support of updating dts before fix-up boards: ls1046ardb: disable unavailable "ethernet" node in dts
README | 9 +++++++++ arch/arm/lib/bootm-fdt.c | 12 ++++++++++++ board/freescale/ls1046ardb/eth.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ common/fdt_support.c | 25 +++++++++++++++++++++---- include/configs/ls1046ardb.h | 2 ++ include/fdt_support.h | 3 +++ 6 files changed, 98 insertions(+), 4 deletions(-)
Regards, Simon