]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ait/cam_enc_4xx/u-boot-spl.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / ait / cam_enc_4xx / u-boot-spl.lds
index 52c986e8a9ef0b11a18dbcdf96cd2281ac3ba159..656b2fbf890ba28104eccbb155521de4d3b221b4 100644 (file)
@@ -48,6 +48,10 @@ SECTIONS
        . = ALIGN(4);
        .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
        . = ALIGN(4);
+       .u_boot_list : {
+               #include <u-boot.lst>
+       } >.sram
+       . = ALIGN(4);
        .rel.dyn : {
                __rel_dyn_start = .;
                *(.rel*)