summaryrefslogtreecommitdiff
path: root/bl2
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-08-08 12:42:53 +0100
committerSoby Mathew <soby.mathew@arm.com>2016-08-09 17:33:57 +0100
commit12ab697e8f91a67a439e6172621b905753d61f46 (patch)
tree45924867230bf0fcb8ca996a30e66db3ae37a7d8 /bl2
parentb127109121123e6b97ead1420e004a88014bc413 (diff)
Move spinlock library code to AArch64 folder
This patch moves the assembly exclusive lock library code `spinlock.S` into architecture specific folder `aarch64`. A stub file which includes the file from new location is retained at the original location for compatibility. The BL makefiles are also modified to include the file from the new location. Change-Id: Ide0b601b79c439e390c3a017d93220a66be73543
Diffstat (limited to 'bl2')
-rw-r--r--bl2/bl2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl2/bl2.mk b/bl2/bl2.mk
index 1e820787..d7907389 100644
--- a/bl2/bl2.mk
+++ b/bl2/bl2.mk
@@ -32,6 +32,6 @@ BL2_SOURCES += bl2/bl2_main.c \
bl2/aarch64/bl2_entrypoint.S \
bl2/aarch64/bl2_arch_setup.c \
common/aarch64/early_exceptions.S \
- lib/locks/exclusive/spinlock.S
+ lib/locks/exclusive/aarch64/spinlock.S
BL2_LINKERFILE := bl2/bl2.ld.S