]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/cpu/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / sandbox / cpu / u-boot.lds
index 99601387cbec979f81820dfd44731beb82e98b97..94c26f1aad0e8fc0a4f8180364b80e357fbd3d54 100644 (file)
 
 SECTIONS
 {
-       __u_boot_cmd_start = .;
-       _u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       }
 
        __u_boot_sandbox_option_start = .;
        _u_boot_sandbox_getopt : { *(.u_boot_sandbox_getopt) }