summaryrefslogtreecommitdiff
path: root/bl31
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2016-10-26 09:54:36 +0100
committerGitHub <noreply@github.com>2016-10-26 09:54:36 +0100
commitad09652c41c96cca97cd95a59cdb72644717285d (patch)
tree231ce58d31e256fd10e9c3acd4aa77e56de7ffba /bl31
parentf4d1312c8bdf967517fcf590aca15bfa669bbaa9 (diff)
parent7ac520067cd35c1f8754e8caa3c128715a56a4c3 (diff)
Merge pull request #724 from rockchip-linux/support-rk3399-sdram
rockchip: optimize the link mechanism for SRAM code
Diffstat (limited to 'bl31')
-rw-r--r--bl31/bl31.ld.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S
index 743e65c4..9a05e6c3 100644
--- a/bl31/bl31.ld.S
+++ b/bl31/bl31.ld.S
@@ -39,6 +39,9 @@ MEMORY {
RAM (rwx): ORIGIN = BL31_BASE, LENGTH = BL31_LIMIT - BL31_BASE
}
+#ifdef PLAT_EXTRA_LD_SCRIPT
+#include <plat.ld.S>
+#endif
SECTIONS
{