ARM: da850evm: Fix reading MAC from SPI
authorAdam Ford <aford173@gmail.com>
Wed, 29 May 2019 14:36:58 +0000 (09:36 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 5 Jun 2019 16:14:02 +0000 (12:14 -0400)
commit4fde31e482db4a9ef047869abfaa331288652a15
tree3afcc05a49ed3accc8a15949abfe4e984f987b53
parent33ac2b560b58dd71d485618f70768e5c2d47c678
ARM: da850evm: Fix reading MAC from SPI

The MAC address is located at at the last 64K of SPI Flash, and
it's 6 bytes long.  This patch corrects both the length and
starting byte of the MAC address.

Signed-off-by: Adam Ford <aford173@gmail.com>
board/davinci/da8xxevm/da850evm.c