]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/grsim_leon2/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / gaisler / grsim_leon2 / u-boot.lds
index cf6e5020ba1d6fbc57196180855fda36e858e03c..4f90a46cf4bb21ca1d9148df127ebcf287ec61e1 100644 (file)
@@ -89,6 +89,11 @@ SECTIONS
        . = ALIGN(4);
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        .data   :
        {
                *(.data)