board: ls1012a: LS1012A-2G5RDB board support
[oweals/u-boot.git] / arch / arm / cpu / u-boot-spl.lds
index c5b4f7ce5e9e4091a1d7d51e40ac9969a5a3b8c3..65f7b68861e28b201d47f8565815c283a3279f7b 100644 (file)
@@ -32,15 +32,15 @@ SECTIONS
        }
 
        . = ALIGN(4);
-#ifdef CONFIG_SPL_DM
        .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list_*_driver_*)));
-               KEEP(*(SORT(.u_boot_list_*_uclass_*)));
+               KEEP(*(SORT(.u_boot_list*)));
        }
-#endif
-       . = .;
-       .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list*_i2c_*)));
+
+       . = ALIGN(4);
+       .binman_sym_table : {
+               __binman_sym_start = .;
+               KEEP(*(SORT(.binman_sym*)));
+               __binman_sym_end = .;
        }
 
        . = ALIGN(4);