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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
---
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!