From 648d675a2fa2cd14526da676c020590fd546ac63 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 4 Dec 2022 10:14:19 -0500 Subject: cf_spi.c: Rename CONFIG_SPI_IDLE_VAL to SPI_IDLE_VAL This value is never changed by boards, so just rename it to SPI_IDLE_VAL to fit with the rest of the code. Signed-off-by: Tom Rini --- drivers/spi/sandbox_spi.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/spi/sandbox_spi.c') diff --git a/drivers/spi/sandbox_spi.c b/drivers/spi/sandbox_spi.c index 0564d8b55e7..f844597d04c 100644 --- a/drivers/spi/sandbox_spi.c +++ b/drivers/spi/sandbox_spi.c @@ -24,10 +24,6 @@ #include #include -#ifndef CONFIG_SPI_IDLE_VAL -# define CONFIG_SPI_IDLE_VAL 0xFF -#endif - /** * struct sandbox_spi_priv - Sandbox SPI private data * -- cgit v1.2.3