]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/am33xx/u-boot-spl.lds
Refactor linker-generated arrays
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / am33xx / u-boot-spl.lds
index 1c3deefa7daf034ee6ab3ccc1a63222c1f4d4e1f..69f6d48dab1b8ac831b5f35d52f99e1af95c2751 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);