mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUT
Drop CONFIG_SYS_SPI_WRITE_TOUT there is no code usage. Cc: Wenyou Yang <wenyou.yang@atmel.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
@@ -95,7 +95,3 @@ static inline struct atmel_spi_slave *to_atmel_spi(struct spi_slave *slave)
|
||||
readl(as->regs + ATMEL_SPI_##reg)
|
||||
#define spi_writel(as, reg, value) \
|
||||
writel(value, as->regs + ATMEL_SPI_##reg)
|
||||
|
||||
#if !defined(CONFIG_SYS_SPI_WRITE_TOUT)
|
||||
#define CONFIG_SYS_SPI_WRITE_TOUT (5 * CONFIG_SYS_HZ)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user