]> git.dujemihanovic.xyz Git - u-boot.git/commit
cf_spi.c: Rename CONFIG_SPI_IDLE_VAL to SPI_IDLE_VAL
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:19 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 18:01:13 +0000 (13:01 -0500)
commit648d675a2fa2cd14526da676c020590fd546ac63
treefaf1c5a697e81adeac1e76ce5dca6a5d90a7c636
parent50e88c0fea36cccaeec75e790540721a3a62c349
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 <trini@konsulko.com>
drivers/spi/cf_spi.c
drivers/spi/sandbox_spi.c