]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dvlhost/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / dvlhost / u-boot.lds
index 01ec39008d6d88e69897f8c2dbf5c4b21198df72..51716304a5f5f90c647256a8dfacb6da30646ffa 100644 (file)
@@ -60,6 +60,11 @@ SECTIONS
        }
        __u_boot_cmd_end =.;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        . = ALIGN (4);
        .rel.dyn : {
                __rel_dyn_start = .;