summaryrefslogtreecommitdiffstats
path: root/board/samsung/smdk5250/tzpc_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/smdk5250/tzpc_init.c')
-rw-r--r--board/samsung/smdk5250/tzpc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk5250/tzpc_init.c b/board/samsung/smdk5250/tzpc_init.c
index c2ccef3381..f39bd55e6c 100644
--- a/board/samsung/smdk5250/tzpc_init.c
+++ b/board/samsung/smdk5250/tzpc_init.c
@@ -28,7 +28,7 @@
/* Setting TZPC[TrustZone Protection Controller] */
void tzpc_init(void)
{
- struct exynos5_tzpc *tzpc;
+ struct exynos_tzpc *tzpc;
unsigned int addr;
for (addr = TZPC0_BASE; addr <= TZPC9_BASE; addr += TZPC_BASE_OFFSET) {
OpenPOWER on IntegriCloud