summaryrefslogtreecommitdiff
path: root/plat/common
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-03-18 12:16:27 +0000
committerGitHub <noreply@github.com>2017-03-18 12:16:27 +0000
commit3944adca5943a050ca7e7e9cc802a9ae04dec186 (patch)
tree5cf7136c202a31ff67477bc76d7f3ffa4ec66ced /plat/common
parenteffe0dcab170a524dffde76dd88c582814c6b8a9 (diff)
parenta6b3954b2ffd695972ec099089cb2dde92ebaaa3 (diff)
Merge pull request #861 from soby-mathew/sm/aarch32_fixes
Misc AArch32 fixes
Diffstat (limited to 'plat/common')
-rw-r--r--plat/common/aarch32/platform_mp_stack.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/common/aarch32/platform_mp_stack.S b/plat/common/aarch32/platform_mp_stack.S
index a0154369..0266e83c 100644
--- a/plat/common/aarch32/platform_mp_stack.S
+++ b/plat/common/aarch32/platform_mp_stack.S
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -32,8 +32,8 @@
#include <asm_macros.S>
#include <platform_def.h>
- .globl plat_get_my_stack
- .globl plat_set_my_stack
+ .weak plat_get_my_stack
+ .weak plat_set_my_stack
/* -----------------------------------------------------
* uintptr_t plat_get_my_stack (u_register_t mpidr)