From f11dea4f3dbbfba5f5f1736f527ad4356d2d74a6 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Fri, 31 Oct 2014 08:30:55 +0100 Subject: spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit move CONFIG_SYS_SPI_WRITE_TOUT into drivers/spi/atmel_spi.h and define a default value. Delete this define in the board config files, where it is possible (all boards use currently the same value). Signed-off-by: Heiko Schocher Reviewed-by: Jagannadha Sutradharudu Teki Reviewed-by: Andreas Bießmann Signed-off-by: Andreas Bießmann --- include/configs/sbc35_a9g20.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/sbc35_a9g20.h') diff --git a/include/configs/sbc35_a9g20.h b/include/configs/sbc35_a9g20.h index a1b5751d09..e7c35eca39 100644 --- a/include/configs/sbc35_a9g20.h +++ b/include/configs/sbc35_a9g20.h @@ -80,7 +80,6 @@ #define CONFIG_SPI #define CONFIG_CMD_SPI #define CONFIG_ATMEL_SPI -#define CONFIG_SYS_SPI_WRITE_TOUT (5 * CONFIG_SYS_HZ) #define CONFIG_CMD_EEPROM #define CONFIG_SPI_M95XXX -- cgit v1.2.3