]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/microblaze/cpu/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / arch / microblaze / cpu / u-boot.lds
index ee41145bb584f15b0d6902ee8b903c62057f4b7e..1ae4184fb04a3d983c4abaa8a291d3f9e42c6007 100644 (file)
@@ -45,16 +45,16 @@ SECTIONS
        .data ALIGN(0x4):
        {
                __data_start = .;
+#ifdef CONFIG_OF_EMBED
+               dts/libdts.o (.data)
+#endif
                *(.data)
                __data_end = .;
        }
 
-       .u_boot_cmd ALIGN(0x4):
-       {
-               . = .;
-               __u_boot_cmd_start = .;
-               *(.u_boot_cmd)
-               __u_boot_cmd_end = .;
+       . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        .bss ALIGN(0x4):