commit | 3400655e0f3cb6a8ca2b486137e96f576c9cd2fc | [log] [tgz] |
---|---|---|
author | Vasili Galka <vvv444@gmail.com> | Tue Aug 26 14:05:31 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Tue Sep 02 08:19:58 2014 -0400 |
tree | c62a17c59b9e9e6a919060fd7ad7da34bf405a84 | |
parent | a1263632bb05f0a21620bad0661235fcbbe79dca [diff] |
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>