aboutsummaryrefslogtreecommitdiff
path: root/plat/renesas/common/include/platform_def.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:09:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:09:52 +0000
commit2acdc134972f4b1faf7e4e86f3425d015dd6f089 (patch)
tree2ce8a4e341ac9f98fb265347777487eda74eba48 /plat/renesas/common/include/platform_def.h
parentd2ebd507612c6d0e62ab68cc89a76b29d47a4394 (diff)
parent138668cae2394deb5d695c70fe4aa9760c4458ee (diff)
downloadarm-trusted-firmware-2acdc134972f4b1faf7e4e86f3425d015dd6f089.tar.gz
Change-Id: I4e93f50d8d89ecf76a67a8412fa96bf8b7247421
Diffstat (limited to 'plat/renesas/common/include/platform_def.h')
-rw-r--r--plat/renesas/common/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/renesas/common/include/platform_def.h b/plat/renesas/common/include/platform_def.h
index 72c768891..1213a3c96 100644
--- a/plat/renesas/common/include/platform_def.h
+++ b/plat/renesas/common/include/platform_def.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2020, Renesas Electronics Corporation. All rights reserved.
+ * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -144,7 +144,7 @@
******************************************************************************/
#ifndef SPD_NONE
#define BL32_BASE U(0x44100000)
-#define BL32_LIMIT (BL32_BASE + U(0x100000))
+#define BL32_LIMIT (BL32_BASE + U(0x200000))
#endif
/*******************************************************************************