omap: SRAM: flush the right address after memcpy in omap_sram_push
authorye janboe <janboe.ye@gmail.com>
Mon, 5 Oct 2009 20:31:44 +0000 (13:31 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Oct 2009 15:31:50 +0000 (08:31 -0700)
commit913b143ffac8ade63e576c4cb48908a257106bdc
tree96e9e3f5f568acbeb4237f55ebfcd7c5c7797c68
parent7a66a39b8599e09c82e2e95fec55f414ad015282
omap: SRAM: flush the right address after memcpy in omap_sram_push

the original flush operation is to flush the function address which is
copied from.
But we do not change the function code and it is not necessary to flush it.

Signed-off-by: janboe <janboe.ye@gmail.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/sram.c