]> git.sur5r.net Git - u-boot/blobdiff - board/openrisc/openrisc-generic/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / openrisc / openrisc-generic / u-boot.lds
index 1aed197bb9ba92ff08fcadba103d21deb8cbdfd1..9024f30b30f605fa14abfae72ba630cadd371e28 100644 (file)
@@ -26,9 +26,11 @@ SECTIONS
                _endtext = .;
        }  > ram
 
-        __u_boot_cmd_start = .;
-        .u_boot_cmd : { *(.u_boot_cmd) } > ram
-        __u_boot_cmd_end = .;
+
+        . = ALIGN(4);
+        .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+        }
 
        .rodata : {
                *(.rodata);