]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/u-boot-spl.lds
Merge branch 'next' of git://git.denx.de/u-boot-video
[u-boot] / arch / arm / cpu / u-boot-spl.lds
index c5b4f7ce5e9e4091a1d7d51e40ac9969a5a3b8c3..068163b73a65986dbd3ac48fc325be1370c2748e 100644 (file)
@@ -32,15 +32,8 @@ SECTIONS
        }
 
        . = ALIGN(4);
-#ifdef CONFIG_SPL_DM
        .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list_*_driver_*)));
-               KEEP(*(SORT(.u_boot_list_*_uclass_*)));
-       }
-#endif
-       . = .;
-       .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list*_i2c_*)));
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        . = ALIGN(4);