]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dbau1x00/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / dbau1x00 / u-boot.lds
index 4a59cea80f86aa0b7d1de31e28b7bf1cefd2939d..6992c0f5719ae59bf83be69f1cf8fb5fbfa3b09d 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;