summaryrefslogtreecommitdiff
path: root/bl31/bl31.ld.S
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-04-21 02:06:47 +0100
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:27:19 +0100
commit13c7a5c8d469c4ee0425e64a1ae4bf11edee7bed (patch)
tree4dec8bef5c21fccdc17a43ae1384221453358c09 /bl31/bl31.ld.S
parent4ee05598f9301e06f10111503fd1c7776c3741a7 (diff)
sun50i: remove Allwinner hash output
We actually have the short SHA1 of the HEAD commit already in the output, so there is no need for that extra bloated code to insert it into the binary. Remove it. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'bl31/bl31.ld.S')
-rw-r--r--bl31/bl31.ld.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S
index b7a867f..7fd385a 100644
--- a/bl31/bl31.ld.S
+++ b/bl31/bl31.ld.S
@@ -48,7 +48,6 @@ SECTIONS
ro . : {
__RO_START__ = .;
KEEP(*head_data.o(.head_data*))
- KEEP(*bl31_hash.o(.hash_data*))
KEEP(*bl31_entrypoint.o(.text*))
*(.text*)
*(.rodata*)