Refactor linker-generated arrays
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / am33xx / u-boot-spl.lds
index 1c3deef..69f6d48 100644 (file)
@@ -49,7 +49,7 @@ SECTIONS
        .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
 
        .u_boot_list : {
-               #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
        } >.sram
 
        . = ALIGN(4);