]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm926ejs: add noop implementation for dcache ops
authorIlya Yanok <yanok@emcraft.com>
Mon, 28 Nov 2011 06:37:32 +0000 (06:37 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:35 +0000 (23:59 +0100)
commit2f3427ccb915c6f6774f0bcebb67c648dc25dcfd
treeac4a8d2df87f945c8b44777a11d0d05e202df8c8
parent918588cfd380cdd93c796f9217283737b45887c6
arm926ejs: add noop implementation for dcache ops

Added noop implementation for dcache operations that will buzz
about missing real implementation and disable the dcache.
This fixes compilation of DaVinci EMAC driver on arm926ejs.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
arch/arm/cpu/arm926ejs/Makefile
arch/arm/cpu/arm926ejs/cache.c [new file with mode: 0644]