]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-zynq/u-boot-spl.lds
armv7: Add workaround for USB erratum A-008997
[u-boot] / arch / arm / mach-zynq / u-boot-spl.lds
index ecdf6a031ec31b197bc8fb799cbf1275020703cb..9a59164c876f359a2286e0a79be9e0599a1e215a 100644 (file)
@@ -38,16 +38,11 @@ SECTIONS
        } > .sram
 
        . = ALIGN(4);
-#ifdef CONFIG_SPL_DM
        .u_boot_list : {
-               KEEP(*(SORT(.u_boot_list_*_driver_*)));
-               KEEP(*(SORT(.u_boot_list_*_uclass_*)));
+               KEEP(*(SORT(.u_boot_list*)));
        } > .sram
 
        . = ALIGN(4);
-#endif
-
-       . = .;
 
        _image_binary_end = .;