Blackfin arch: Fix bug - Kernel does not boot if re-program clocks
authorMichael Hennerich <michael.hennerich@analog.com>
Mon, 14 Jul 2008 08:51:57 +0000 (16:51 +0800)
committerBryan Wu <cooloney@kernel.org>
Mon, 14 Jul 2008 08:51:57 +0000 (16:51 +0800)
commit68e2fc78e5055740126df8eab0d31005495756c9
tree0d43976ff1d3ae8535445f9bcb1687f657f33337
parent260d5d3517c67c5b68b4e28c5d3e1e3b73976a90
Blackfin arch: Fix bug - Kernel does not boot if re-program clocks

Don't write conflicting data to EBIU_SDBCTL after the SDRAM is
configured. This can cause data corruption, since we might change SDRAM
row and column addressing modes.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/Kconfig
arch/blackfin/mach-bf527/head.S
arch/blackfin/mach-bf533/head.S
arch/blackfin/mach-bf537/head.S
arch/blackfin/mach-bf548/head.S
arch/blackfin/mach-bf561/head.S
include/asm-blackfin/mach-bf527/mem_init.h
include/asm-blackfin/mach-bf533/mem_init.h
include/asm-blackfin/mach-bf537/mem_init.h
include/asm-blackfin/mach-bf561/mem_init.h