summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2015-07-27 03:40:16 (GMT)
committerTom Rini <trini@konsulko.com>2015-08-13 00:47:47 (GMT)
commit387871a10edc777a5d94bfdbd6b86e493991826e (patch)
tree7461973b0510ef8f0ca6eb3df08fdb350edee0c3 /fs
parent4dbe4b168bd3b315930bf65bb6c95eac10170026 (diff)
downloadu-boot-387871a10edc777a5d94bfdbd6b86e493991826e.tar.xz
ARM: cache: add an empty stub function for invalidate/flush dcache
Since some driver like ohci, lcd used dcache functions. But some ARM cpu don't implement the invalidate_dcache_range()/flush_dcache_range() functions. To avoid compiling errors this patch adds an weak empty stub function for all ARM cpu in arch/arm/lib/cache.c. And ARM cpu still can implemnt its own cache functions on the cpu folder. Signed-off-by: Josh Wu <josh.wu@atmel.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions