1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-28 05:27:10 +01:00
Files
u-boot-megous/arch/mips/lib/cache.c
Stefan Roese 60a0559b7f mips: cache: Make invalidate_dcache_range() weak to enable overwrite
This patch adds __weak to invalidate_dcache_range() in lib/cache.c. This
makes it possible to overwrite this function by a platforms specific
version, which will be done for Octeon.

Signed-off-by: Stefan Roese <sr@denx.de>
2020-07-18 14:23:25 +02:00

4.6 KiB