
30 Mar
2020
30 Mar
'20
2:33 p.m.
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Kuldeep Singh Sent: Thursday, March 12, 2020 3:13 PM To: u-boot@lists.denx.de; Priyanka Jain priyanka.jain@nxp.com Cc: Kuldeep Singh kuldeep.singh@nxp.com Subject: [PATCH] configs: lx2160a: Access flash memory as per spi-mem
MC_INIT and 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
Applied to u-boot-fsl-qoriq. Waiting upstream
Thanks Priyanka