]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc5xxx: Add stub implementation of cache functions
authorVasili Galka <vvv444@gmail.com>
Tue, 26 Aug 2014 11:05:31 +0000 (14:05 +0300)
committerTom Rini <trini@ti.com>
Tue, 2 Sep 2014 12:19:58 +0000 (08:19 -0400)
commit3400655e0f3cb6a8ca2b486137e96f576c9cd2fc
treec62a17c59b9e9e6a919060fd7ad7da34bf405a84
parenta1263632bb05f0a21620bad0661235fcbbe79dca
mpc5xxx: Add stub implementation of cache functions

Some drivers (e.g. net/e1000) reference these functions. So, this
fixes the build of MVBC_P board.

I'm not familiar with the MPC5xxx platform, maybe a full
implementation shall be implemented instead of this stub in the
future.

Signed-off-by: Vasili Galka <vvv444@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>, Marek Vasut <marex@denx.de>
Acked-by: Wolfgang Denk <wd@denx.de>
arch/powerpc/cpu/mpc5xxx/Makefile
arch/powerpc/cpu/mpc5xxx/cache.c [new file with mode: 0644]