summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-exynos/tzpc.h
diff options
context:
space:
mode:
authorChander Kashyap <chander.kashyap@linaro.org>2012-03-14 17:34:02 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:28 +0200
commit90005092fc91fa1ae41558db5134da41dc706745 (patch)
treeab805566360b110c18fc57b125c13c9f8f8f3070 /arch/arm/include/asm/arch-exynos/tzpc.h
parent2d594fd55d5d85f68b80cb7cc231157b9df231c7 (diff)
downloadblackbird-obmc-uboot-90005092fc91fa1ae41558db5134da41dc706745.tar.gz
blackbird-obmc-uboot-90005092fc91fa1ae41558db5134da41dc706745.zip
EXYNOS: Rename exynos5_tzpc structure to exynos_tzpc
TZPC IP is common across Exynos based SoC'c. Renaming exynos5_tzpc in arch/arm/include/asm/arch-exynos/tzpc.h to exynos_tzpc will allow generic usase of tzpc. Also modify board/samsung/smdk5250/tzpc_init.c to use exynos_tzpc. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/tzpc.h')
-rw-r--r--arch/arm/include/asm/arch-exynos/tzpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-exynos/tzpc.h b/arch/arm/include/asm/arch-exynos/tzpc.h
index 2c9a07be45..c5eb4b1cc2 100644
--- a/arch/arm/include/asm/arch-exynos/tzpc.h
+++ b/arch/arm/include/asm/arch-exynos/tzpc.h
@@ -22,7 +22,7 @@
#define __TZPC_H_
#ifndef __ASSEMBLY__
-struct exynos5_tzpc {
+struct exynos_tzpc {
unsigned int r0size;
char res1[0x7FC];
unsigned int decprot0stat;
OpenPOWER on IntegriCloud