Refactor linker-generated arrays
[platform/kernel/u-boot.git] / arch / avr32 / cpu / u-boot.lds
index 0b16d2a..4a3fc2a 100644 (file)
@@ -50,7 +50,7 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-       #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        . = ALIGN(4);