]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/qi/qi_lb60/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / qi / qi_lb60 / u-boot.lds
index 731765256964cd557face20409dee0edbc0a0910..4a373ec1389734a81b61e7b3e8344749a2c00e1f 100644 (file)
@@ -51,6 +51,11 @@ SECTIONS
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        uboot_end_data = .;
        num_got_entries = (__got_end - __got_start) >> 2;