]> git.sur5r.net Git - u-boot/commit
arm: Move check_cache_range() into a common place
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jun 2016 01:43:01 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:33:09 +0000 (18:33 -0400)
commit397b5697ad242408979a00dda14138aa1439f52b
treece92deb6c96587ecf024b22a77aeb6ff8771fa9e
parentba169d981f80517f057bf635df7e3dab203b9cea
arm: Move check_cache_range() into a common place

This code is common, so move it into a common file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/cpu/arm11/cpu.c
arch/arm/cpu/arm926ejs/cache.c
arch/arm/cpu/armv7/cache_v7.c
arch/arm/include/asm/cache.h
arch/arm/lib/cache.c