]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / arch / arm / cpu / u-boot.lds
index e49ca0c5522912ba8849182105cf141e04d0c6b3..85f4eecf2726f40f0c76debd4ced21bcd937bf6e 100644 (file)
@@ -53,6 +53,11 @@ SECTIONS
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        . = ALIGN(4);
 
        __image_copy_end = .;