SPL: P1022DS: switch to new multibus/multiadapter support
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / u-boot-spl.lds
index 85ec74b..bc13267 100644 (file)
@@ -44,6 +44,11 @@ SECTIONS
        }
        _edata  =  .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       }
+
        . = .;
        __start___ex_table = .;
        __ex_table : { *(__ex_table) }