]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/cpu/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / arch / x86 / cpu / u-boot.lds
index fe28030d849a8e143ec75f9a7994a3391c49c5c7..4bb2a2f5a19016e4a8b1ed10ab06b2c60a731dbb 100644 (file)
@@ -38,6 +38,11 @@ SECTIONS
        . = ALIGN(4);
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        . = ALIGN(4);
        .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }