[PATCH 1/5] mtd: spi: Call sst_write in _write ops
Jagan Teki
jagan at amarulasolutions.com
Tue May 19 21:15:57 CEST 2020
On Thu, May 14, 2020 at 5:41 PM Jagan Teki <jagan at 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 at chromium.org>
> Cc: Vignesh R <vigneshr at ti.com>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
> ---
Applied to u-boot-spi/master
More information about the U-Boot
mailing list