Re: [PATCH] sandbox: update documents regarding spi_sf

2020-04-27 Thread Simon Glass
On Mon, 27 Apr 2020 at 00:47, AKASHI Takahiro wrote: > > Since the commit 1289e96797bf ("sandbox: spi: Drop command-line SPI > option"), "--spi_sf" command line option is no longer supported. > > So update the following documents to sync them up with the change. > doc/arch/sandbox.rst >

[PATCH] sandbox: update documents regarding spi_sf

2020-04-26 Thread AKASHI Takahiro
Since the commit 1289e96797bf ("sandbox: spi: Drop command-line SPI option"), "--spi_sf" command line option is no longer supported. So update the following documents to sync them up with the change. doc/arch/sandbox.rst doc/SPI/README.sandbox-spi Signed-off-by: AKASHI Takahiro -