ARM: Move SYS_CACHELINE_SIZE over to Kconfig
[platform/kernel/u-boot.git] / arch / arm / cpu / u-boot-spl.lds
index 4b6e0f6..068163b 100644 (file)
@@ -33,16 +33,9 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list*_i2c_*)));
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
-       . = .;
-#ifdef CONFIG_SPL_DM
-       .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list_*_driver_*)));
-               KEEP(*(SORT(.u_boot_list_*_uclass_*)));
-       }
-#endif
        . = ALIGN(4);
 
        __image_copy_end = .;