Merge git://git.denx.de/u-boot-video
[oweals/u-boot.git] / arch / arm / cpu / u-boot-spl.lds
index 4b6e0f6fa48480a8d462d6e55c268b5ae65c8a75..65f7b68861e28b201d47f8565815c283a3279f7b 100644 (file)
@@ -33,16 +33,16 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list*_i2c_*)));
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
-       . = .;
-#ifdef CONFIG_SPL_DM
-       .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list_*_driver_*)));
-               KEEP(*(SORT(.u_boot_list_*_uclass_*)));
+       . = ALIGN(4);
+       .binman_sym_table : {
+               __binman_sym_start = .;
+               KEEP(*(SORT(.binman_sym*)));
+               __binman_sym_end = .;
        }
-#endif
+
        . = ALIGN(4);
 
        __image_copy_end = .;