]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap-common / u-boot-spl.lds
index 989083c8084a05ba1f5091ed976ec10516cb3964..02aa1297338661f009bebd01dbff690c6daff155 100644 (file)
@@ -34,8 +34,9 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list*)));
+               KEEP(*(SORT(.u_boot_list*_i2c_*)));
        } >.sram
+
        . = ALIGN(4);
        __image_copy_end = .;
        _end = .;