
19 May
2020
19 May
'20
9:15 p.m.
On Thu, May 14, 2020 at 5:41 PM Jagan Teki jagan@amarulasolutions.com wrote:
Currently spi-nor code is assigning _write ops for SST and other flashes separately.
Just call the sst_write from generic write ops and return if SST flash found, this way it avoids the confusion of multiple write ops assignment during the scan and makes it more feasible for code readability.
No functionality changes.
Cc: Simon Glass sjg@chromium.org Cc: Vignesh R vigneshr@ti.com Signed-off-by: Jagan Teki jagan@amarulasolutions.com
Applied to u-boot-spi/master