Merge git://git.denx.de/u-boot-video
[oweals/u-boot.git] / arch / arm / cpu / u-boot-spl.lds
index 068163b73a65986dbd3ac48fc325be1370c2748e..65f7b68861e28b201d47f8565815c283a3279f7b 100644 (file)
@@ -36,6 +36,13 @@ SECTIONS
                KEEP(*(SORT(.u_boot_list*)));
        }
 
+       . = ALIGN(4);
+       .binman_sym_table : {
+               __binman_sym_start = .;
+               KEEP(*(SORT(.binman_sym*)));
+               __binman_sym_end = .;
+       }
+
        . = ALIGN(4);
 
        __image_copy_end = .;