aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/juno/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/juno/include/platform_def.h')
-rw-r--r--plat/arm/juno/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/juno/include/platform_def.h b/plat/arm/juno/include/platform_def.h
index 682866c79..4be864595 100644
--- a/plat/arm/juno/include/platform_def.h
+++ b/plat/arm/juno/include/platform_def.h
@@ -81,8 +81,8 @@
* NS_BL1U RW data is relocated from NS-ROM to NS-RAM at runtime so we
* need 2 sets of addresses.
******************************************************************************/
-#define NS_BL1U_RO_BASE (0x08000000 + 0x03EB8000)
-#define NS_BL1U_RO_LIMIT (NS_BL1U_RO_BASE + 0xC000)
+#define NS_BL1U_BASE (0x08000000 + 0x03EB8000)
+#define NS_BL1U_RO_LIMIT (NS_BL1U_BASE + 0xC000)
/*******************************************************************************
* Put NS_BL1U RW at the top of the Non-Trusted SRAM. NS_BL1U_RW_BASE is