commit | 5c53ec70446ea2e040394d38855a6e61f6dea9ef | [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 | 08900f71e1d1e5eed6370f5653e39daddbc1a4ab [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>