]> git.sur5r.net Git - u-boot/blobdiff - board/hermes/u-boot.lds
Merge with /home/stefan/git/u-boot/denx
[u-boot] / board / hermes / u-boot.lds
index 11f55f3bcbf5b11e315e431825fc2e41f756df2f..ef53ab7a0a8d7248f30457359ae4eb0e9853e044 100644 (file)
@@ -76,6 +76,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -108,6 +110,13 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
+  . = .;
+  __u_boot_cmd_start = .;
+  .u_boot_cmd : { *(.u_boot_cmd) }
+  __u_boot_cmd_end = .;
+
+
+  . = .;
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;