summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/u-boot-spl.lds
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-14 04:55:02 +0300
committerSimon Glass <sjg@chromium.org>2017-12-13 05:53:45 +0300
commitcf2a8fd66d8d4b855f5955e15e4d8e436b4bc3d5 (patch)
treee7374d5055f51084d98ecb94c0292ba85e8fe8e1 /arch/arm/cpu/u-boot-spl.lds
parent19790632648be6fff7a4898350bd52565bde7c96 (diff)
downloadu-boot-cf2a8fd66d8d4b855f5955e15e4d8e436b4bc3d5.tar.xz
binman: arm: Include the binman symbol table
This area of the image contains symbols whose values are filled in by binman. If this feature is not used, the table is empty. Add this to the ARM SPL link script. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/u-boot-spl.lds')
-rw-r--r--arch/arm/cpu/u-boot-spl.lds7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/u-boot-spl.lds b/arch/arm/cpu/u-boot-spl.lds
index 068163b73a..65f7b68861 100644
--- a/arch/arm/cpu/u-boot-spl.lds
+++ b/arch/arm/cpu/u-boot-spl.lds
@@ -37,6 +37,13 @@ SECTIONS
}
. = ALIGN(4);
+ .binman_sym_table : {
+ __binman_sym_start = .;
+ KEEP(*(SORT(.binman_sym*)));
+ __binman_sym_end = .;
+ }
+
+ . = ALIGN(4);
__image_copy_end = .;