From: Andreas Gaeer <andreas.g...@baslerweb.com> Network did not work on my DM365EVM because of a wrong PHY mask and wrong initialization of the MAC address when ethaddr was not already present in the environment.
The first patch fixes the mask definition, the second moves MAC address init to a proper place in the board setup. Andreas Gaeer (2): Davinci: Fixed wrong EMAC_MDIO_PHY_MASK Davinci: Move config of MAC address to board setup arch/arm/include/asm/arch-davinci/emac_defs.h | 2 +- arch/arm/lib/board.c | 11 ----------- board/davinci/common/misc.c | 16 ++++++++++++++++ board/davinci/common/misc.h | 1 + board/davinci/da830evm/da830evm.c | 8 +++----- board/davinci/dm365evm/dm365evm.c | 10 +++++++++- board/davinci/dvevm/dvevm.c | 5 +++++ board/davinci/sffsdr/sffsdr.c | 5 +++++ board/davinci/sonata/sonata.c | 5 +++++ drivers/net/davinci_emac.c | 3 +++ 10 files changed, 48 insertions(+), 18 deletions(-) _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot