diff options
author | Aneesh V <aneesh@ti.com> | 2011-06-16 23:30:54 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-07-04 10:55:25 +0200 |
commit | 137db2d7f513de37fdb2566e7c540088c0745652 (patch) | |
tree | 7f1df7ec963abaf3cd885d200e281ccdc4e3fb0b /arch/arm/include/asm/arch-s5pc1xx | |
parent | 45bf05854bc94ed8bae9e9114292895b990327ea (diff) | |
download | u-boot-imx-137db2d7f513de37fdb2566e7c540088c0745652.zip u-boot-imx-137db2d7f513de37fdb2566e7c540088c0745652.tar.gz u-boot-imx-137db2d7f513de37fdb2566e7c540088c0745652.tar.bz2 |
armv7: adapt s5pc1xx to the new cache maintenance framework
adapt s5pc1xx to the new layered cache maintenance framework
Signed-off-by: Aneesh V <aneesh@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-s5pc1xx')
-rw-r--r-- | arch/arm/include/asm/arch-s5pc1xx/sys_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h b/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h index 3078aaf..7b83c5a 100644 --- a/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h +++ b/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h @@ -25,8 +25,5 @@ #define _SYS_PROTO_H_ u32 get_device_type(void); -void invalidate_dcache(u32); -void l2_cache_disable(void); -void l2_cache_enable(void); #endif |