commit | 934eb607adf74f8cc88c3e7f2ffe9c56e479f612 | [log] [tgz] |
---|---|---|
author | Kuldeep Singh <kuldeep.singh@nxp.com> | Fri Feb 07 22:15:18 2020 +0530 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Tue May 19 09:22:06 2020 +0530 |
tree | 018f24e880baef968b87adb154ea6a6fe44f70b8 | |
parent | 6596e2e6fa4c82c02da5c7e6af50ace175226847 [diff] |
configs: ls2080ardb: Make BOOT command access flash memory as per spi-mem BOOT command currently access spi-nor flash memory directly. As per spi-mem framework, flash memory access via absolute addresses is no more possible. Use flash APIs to access memory instead of directly using it. Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>