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