1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-25 19:39:11 +01:00
Files
u-boot-megous/common/cmd_cache.c
Stefan Kristiansson 23498935fa cmd_cache: use cache/invalidate functions available in common.h
flush_dcache()/flush_icache() aren't defined in common.h,
flush_dcache_all()/invalidate_icache_all() however are.

Let the icache and dcache commands use those instead.

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Acked-by: Mike Frysinger <vapier@gentoo.org>
2012-03-06 22:12:54 +01:00

2.8 KiB