]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/u-boot-spl.lds
arm: spl: Add I2C linker list in generic .lds
[karo-tx-uboot.git] / arch / arm / cpu / u-boot-spl.lds
index a69b0061d21942df2dc04923a0009da55ae970dd..a8be204038f94a937289f1e433aff5a02d21f293 100644 (file)
@@ -32,6 +32,9 @@ SECTIONS
        }
 
        . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*_i2c_*)));
+       }
 
        . = .;
 #ifdef CONFIG_SPL_DM