]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/micronas/vct/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / micronas / vct / u-boot.lds
index 3a05ef90499cf0b4b1daf0fabe2b307b4eece051..114ce10d908c79e45da6ad763dfd25018e0f62e9 100644 (file)
@@ -59,6 +59,11 @@ SECTIONS
          __u_boot_cmd_end = .;
        }
 
+       . = ALIGN(4);
+       .u_boot_list : {
+               #include <u-boot.lst>
+       }
+
        . = ALIGN(4);
        uboot_end_data = .;
        num_got_entries = (__got_end - __got_start) >> 2;