]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework
[u-boot] / arch / arm / cpu / armv7 / omap-common / u-boot-spl.lds
index 5e93b343e63cbf11497affbd2d0dd13c7b805f3c..989083c8084a05ba1f5091ed976ec10516cb3964 100644 (file)
@@ -32,6 +32,10 @@ SECTIONS
        . = ALIGN(4);
        .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
 
+       . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       } >.sram
        . = ALIGN(4);
        __image_copy_end = .;
        _end = .;