[PATCH v2 1/6] sandbox: spi: Drop unused sandbox_spi_parse_spec function
Simon Glass
sjg at chromium.org
Wed Dec 23 16:43:08 CET 2020
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>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- add reviewed-by tag
arch/sandbox/include/asm/spi.h | 10 ----------
drivers/spi/sandbox_spi.c | 16 ----------------
2 files changed, 26 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list