commit | 49223d03cf52f374139fcf80e02ac119fbf903d8 | [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 | 15e2ad668f87288b2aa65d9087d140d1e1081b1f [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>