]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/openrisc/openrisc-generic/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / openrisc / openrisc-generic / u-boot.lds
index 1aed197bb9ba92ff08fcadba103d21deb8cbdfd1..599546487e96de98ad5d8d44fcb92e2d975395bc 100644 (file)
@@ -30,6 +30,11 @@ SECTIONS
         .u_boot_cmd : { *(.u_boot_cmd) } > ram
         __u_boot_cmd_end = .;
 
+        . = ALIGN(4);
+        .u_boot_list : {
+       #include <u-boot.lst>
+        }
+
        .rodata : {
                *(.rodata);
                *(.rodata.*)