summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/cache.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-17 08:43:40 -0500
committerTom Rini <trini@ti.com>2014-11-17 08:43:40 -0500
commitbdf790fabc8185112b3f699c8a25aab09c50239e (patch)
tree1ad02576f6849a800905eb47ccf4a878c5bfa6d1 /arch/sh/include/asm/cache.h
parent256d83cd6d8caf345ffba414a0f77f30d68caf8a (diff)
parent570dd7f441c2d2d2e83a9345608801c92e7d2c6f (diff)
downloadu-boot-imx-bdf790fabc8185112b3f699c8a25aab09c50239e.zip
u-boot-imx-bdf790fabc8185112b3f699c8a25aab09c50239e.tar.gz
u-boot-imx-bdf790fabc8185112b3f699c8a25aab09c50239e.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/include/asm/cache.h')
-rw-r--r--arch/sh/include/asm/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/cache.h b/arch/sh/include/asm/cache.h
index 0698a37..abaf405 100644
--- a/arch/sh/include/asm/cache.h
+++ b/arch/sh/include/asm/cache.h
@@ -1,7 +1,7 @@
#ifndef __ASM_SH_CACHE_H
#define __ASM_SH_CACHE_H
-#if defined(CONFIG_SH4)
+#if defined(CONFIG_CPU_SH4)
int cache_control(unsigned int cmd);
@@ -18,7 +18,7 @@ struct __large_struct { unsigned long buf[100]; };
*/
#define ARCH_DMA_MINALIGN 32
-#endif /* CONFIG_SH4 */
+#endif /* CONFIG_CPU_SH4 */
/*
* Use the L1 data cache line size value for the minimum DMA buffer alignment