commit | 4fde31e482db4a9ef047869abfaa331288652a15 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed May 29 09:36:58 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 05 12:14:02 2019 -0400 |
tree | 3afcc05a49ed3accc8a15949abfe4e984f987b53 | |
parent | 33ac2b560b58dd71d485618f70768e5c2d47c678 [diff] |
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>