aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3368/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/rockchip/rk3368/include/platform_def.h')
-rw-r--r--plat/rockchip/rk3368/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/rockchip/rk3368/include/platform_def.h b/plat/rockchip/rk3368/include/platform_def.h
index 876cbfb48a..299704d569 100644
--- a/plat/rockchip/rk3368/include/platform_def.h
+++ b/plat/rockchip/rk3368/include/platform_def.h
@@ -101,7 +101,7 @@
/*
* Put BL3-1 at the top of the Trusted RAM
*/
-#define BL31_BASE (TZRAM_BASE + 0x8000)
+#define BL31_BASE (TZRAM_BASE + 0x10000)
#define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/*******************************************************************************