commit | e0152dbed683ed02af9294551fd4f03823ef7a5a | [log] [tgz] |
---|---|---|
author | Kuldeep Singh <kuldeep.singh@nxp.com> | Thu May 28 11:42:53 2020 +0530 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Mon Jul 27 14:16:27 2020 +0530 |
tree | a53ab855c1f6487abf8eaa806aca9811b90b4c3e | |
parent | 02decd4e0ccf1a1f6395f24dfa14e2578f3e6e29 [diff] |
net: pfe_eth: Use spi_flash_read API to access flash memory Current PFE firmware access spi-nor memory directly. New spi-mem framework does not support direct memory access. So, let's use spi_flash_read API to access memory instead of directly using it. Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com> Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>