From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Thu, 06 Nov 2014 01:22:18 +0100 Subject: [U-Boot] [v3 PATCH 01/12] spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header In-Reply-To: <1414740666-13337-2-git-send-email-hs@denx.de> References: <1414740666-13337-1-git-send-email-hs@denx.de> <1414740666-13337-2-git-send-email-hs@denx.de> Message-ID: <545ABF3A.8090201@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 31.10.14 08:30, Heiko Schocher wrote: > 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: Andreas Bie?mann > --- > > Changes in v3: > rebased against 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 > > Changes in v2: > rebased against d58a9451e7339ed4cf2b2627e534611f427fb791 > new in v2 > > drivers/spi/atmel_spi.h | 4 ++++ > include/configs/afeb9260.h | 1 - > include/configs/at91sam9260ek.h | 1 - > include/configs/at91sam9261ek.h | 1 - > include/configs/at91sam9263ek.h | 1 - > include/configs/at91sam9rlek.h | 1 - > include/configs/ethernut5.h | 1 - > include/configs/meesc.h | 1 - > include/configs/otc570.h | 1 - > include/configs/pm9261.h | 1 - > include/configs/pm9263.h | 1 - > include/configs/sbc35_a9g20.h | 1 - > include/configs/tny_a9260.h | 1 - > include/configs/usb_a9263.h | 1 - > 14 files changed, 4 insertions(+), 13 deletions(-)