]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
blackfin: Add more dcache functions
authorVasili Galka <vvv444@gmail.com>
Mon, 30 Jun 2014 10:00:12 +0000 (13:00 +0300)
committerTom Rini <trini@ti.com>
Mon, 7 Jul 2014 23:47:11 +0000 (19:47 -0400)
commita91fd00175f56e2d697c6f883f7d9b328242ca8b
tree61c1e279a2a2798d54f2ee455fff51a7c1f319cf
parent0519e80d834f18fa92c24ac42937271ea97d7347
blackfin: Add more dcache functions

Add invalidate_dcache_range() and flush_dcache_range() for the blackfin
architecture. Such functions already exist on this arch with different
names, so just forward the call.

This fixes the build of bf609-ezkit board as it uses
drivers/net/designware.c which requires the above functions.

Cc: Sonic Zhang <sonic.adi@gmail.com>, Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vasili Galka <vvv444@gmail.com>
arch/blackfin/lib/cache.c