summaryrefslogtreecommitdiff
path: root/board/samsung/origen/origen_setup.h
diff options
context:
space:
mode:
authorInderpal Singh <inderpal.singh@linaro.org>2013-04-04 23:09:21 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-06-04 15:23:21 +0900
commit8a00061e203f0e0e7e7afdd9c56d56c063055ee5 (patch)
tree4de84fa2c023ab5f14b171e8bd59a4b0f0c06cbf /board/samsung/origen/origen_setup.h
parentb5f9756f7f2449cf1b6c3e64dbc40f159f7dcbe2 (diff)
downloadu-boot-imx-8a00061e203f0e0e7e7afdd9c56d56c063055ee5.zip
u-boot-imx-8a00061e203f0e0e7e7afdd9c56d56c063055ee5.tar.gz
u-boot-imx-8a00061e203f0e0e7e7afdd9c56d56c063055ee5.tar.bz2
exynos: Update origen and smdkv310 to use common tzpc_init
Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org> Acked-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/origen/origen_setup.h')
-rw-r--r--board/samsung/origen/origen_setup.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/board/samsung/origen/origen_setup.h b/board/samsung/origen/origen_setup.h
index 930b948..926a4cc 100644
--- a/board/samsung/origen/origen_setup.h
+++ b/board/samsung/origen/origen_setup.h
@@ -121,19 +121,6 @@
#define UBRDIV_OFFSET 0x28
#define UFRACVAL_OFFSET 0x2C
-/* TZPC : Register Offsets */
-#define TZPC0_BASE 0x10110000
-#define TZPC1_BASE 0x10120000
-#define TZPC2_BASE 0x10130000
-#define TZPC3_BASE 0x10140000
-#define TZPC4_BASE 0x10150000
-#define TZPC5_BASE 0x10160000
-
-#define TZPC_DECPROT0SET_OFFSET 0x804
-#define TZPC_DECPROT1SET_OFFSET 0x810
-#define TZPC_DECPROT2SET_OFFSET 0x81C
-#define TZPC_DECPROT3SET_OFFSET 0x828
-
/* CLK_SRC_CPU */
#define MUX_HPM_SEL_MOUTAPLL 0x0
#define MUX_HPM_SEL_SCLKMPLL 0x1
@@ -617,16 +604,4 @@
* UBRFRACVAL = ((((800MHz*10/(115200*16) -10))%10)*16/10)
*/
#define UFRACVAL_VAL 0x4
-
-/*
- * TZPC Register Value :
- * R0SIZE: 0x0 : Size of secured ram
- */
-#define R0SIZE 0x0
-
-/*
- * TZPC Decode Protection Register Value :
- * DECPROTXSET: 0xFF : Set Decode region to non-secure
- */
-#define DECPROTXSET 0xFF
#endif