commit | 1d4ba15c6fe1265c5964cce3436fd501b14bae3b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu May 14 11:59:04 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jul 18 14:23:25 2020 +0200 |
tree | 7898f9d4ffb5082ac79d4b030829cae6330c6261 | |
parent | 2eed3dca229e97aa03954ee5178457c4f2f8cfdb [diff] |
mips: cache: Make flush_cache() weak to enable overwrite This patch adds __weak to flush_cache() in lib/cache.c. This makes it possible to overwrite this function by a platforms specific version, like done with the Octeon base port. Signed-off-by: Stefan Roese <sr@denx.de>