]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/samsung/smdk5250/smdk5250-uboot-spl.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / samsung / smdk5250 / smdk5250-uboot-spl.lds
index d78dd77efdc580d22288289ba0f8d8408ab6763b..951d8cec1d84eb4c9d0eb2eb2134f64b1fdc7f41 100644 (file)
@@ -48,6 +48,11 @@ SECTIONS
        .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
        . = ALIGN(4);
 
+       .u_boot_list : {
+               #include <u-boot.lst>
+       } >.sram
+       . = ALIGN(4);
+
        /* Align .machine_param on 256 byte boundary for easier searching */
        .machine_param ALIGN(0x100) : { *(.machine_param) } >.sram
        . = ALIGN(4);