diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2015-07-10 17:33:26 +0100 |
---|---|---|
committer | Achin Gupta <achin.gupta@arm.com> | 2015-08-13 23:48:07 +0100 |
commit | a6bd5ffbb0b8e4c767190a69ed07f3db0a8052d8 (patch) | |
tree | 88eb9cc4a8aa672600ca88ce81f4bcb0413f74e0 /plat/arm/css/common/aarch64/css_helpers.S | |
parent | 804040d106184a93a9fe188743d1d8a8571dea71 (diff) |
PSCI: Pool platform_mem_init() in common ARM platforms code
Now that the FVP mailbox is no longer zeroed, the function
platform_mem_init() does nothing both on FVP and on Juno. Therefore,
this patch pools it as the default implementation on ARM platforms.
Change-Id: I007220f4531f15e8b602c3368a1129a5e3a38d91
Diffstat (limited to 'plat/arm/css/common/aarch64/css_helpers.S')
-rw-r--r-- | plat/arm/css/common/aarch64/css_helpers.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plat/arm/css/common/aarch64/css_helpers.S b/plat/arm/css/common/aarch64/css_helpers.S index 478d5cf2..5d5bf863 100644 --- a/plat/arm/css/common/aarch64/css_helpers.S +++ b/plat/arm/css/common/aarch64/css_helpers.S @@ -34,7 +34,6 @@ .weak plat_secondary_cold_boot_setup .weak plat_get_my_entrypoint - .weak platform_mem_init .globl plat_arm_calc_core_pos .weak plat_is_my_cpu_primary @@ -90,17 +89,6 @@ func plat_arm_calc_core_pos endfunc plat_arm_calc_core_pos /* ----------------------------------------------------- - * void platform_mem_init(void); - * - * We don't need to carry out any memory initialization - * on CSS platforms. The Secure RAM is accessible straight away. - * ----------------------------------------------------- - */ -func platform_mem_init - ret -endfunc platform_mem_init - - /* ----------------------------------------------------- * unsigned int plat_is_my_cpu_primary (void); * * Find out whether the current cpu is the primary |