]> 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 599546487e96de98ad5d8d44fcb92e2d975395bc..9024f30b30f605fa14abfae72ba630cadd371e28 100644 (file)
@@ -26,13 +26,10 @@ SECTIONS
                _endtext = .;
        }  > ram
 
-        __u_boot_cmd_start = .;
-        .u_boot_cmd : { *(.u_boot_cmd) } > ram
-        __u_boot_cmd_end = .;
 
         . = ALIGN(4);
         .u_boot_list : {
-       #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
         }
 
        .rodata : {