]> git.sur5r.net Git - u-boot/blobdiff - board/hymod/u-boot.lds
Merge with git://www.denx.de/git/u-boot.git
[u-boot] / board / hymod / u-boot.lds
index d71859c565128053e0b46d8e428b7373ff3c09bc..9bf0f0938a2fbf4e14329ce54bdf309ad87037c2 100644 (file)
@@ -69,7 +69,6 @@ SECTIONS
     common/environment.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
@@ -79,6 +78,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -111,6 +111,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 = .;
@@ -138,4 +145,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-