]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header
authorHeiko Schocher <hs@denx.de>
Fri, 31 Oct 2014 07:30:55 +0000 (08:30 +0100)
committerTom Rini <trini@ti.com>
Mon, 17 Nov 2014 13:47:16 +0000 (08:47 -0500)
commitf11dea4f3dbbfba5f5f1736f527ad4356d2d74a6
tree985a4d1c5826cb66d4a75f5ac999482a6811be18
parentc001486d99ea18b94f952507be346c41ebf809f4
spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header

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 <hs@denx.de>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
14 files changed:
drivers/spi/atmel_spi.h
include/configs/afeb9260.h
include/configs/at91sam9260ek.h
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9rlek.h
include/configs/ethernut5.h
include/configs/meesc.h
include/configs/otc570.h
include/configs/pm9261.h
include/configs/pm9263.h
include/configs/sbc35_a9g20.h
include/configs/tny_a9260.h
include/configs/usb_a9263.h