[PATCH 1/6] sandbox: spi: Drop unused sandbox_spi_parse_spec function
Simon Glass
sjg at chromium.org
Sat Dec 12 16:39:28 CET 2020
On Sun, 6 Dec 2020 at 14:23, Ovidiu Panait <ovidiu.panait at windriver.com> wrote:
>
> Commit 1289e96797bf ("sandbox: spi: Drop command-line SPI option") dropped
> support for specifying SPI devices on the command line, removing the only
> user of sandbox_spi_parse_spec(). Remove the function too.
>
> Fixes: 1289e96797bf ("sandbox: spi: Drop command-line SPI option")
> Signed-off-by: Ovidiu Panait <ovidiu.panait at windriver.com>
> ---
>
> arch/sandbox/include/asm/spi.h | 10 ----------
> drivers/spi/sandbox_spi.c | 16 ----------------
> 2 files changed, 26 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list