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