]> git.sur5r.net Git - u-boot/blobdiff - board/ivm/u-boot.lds
Add command for handling DDR ECC registers on MPC8349EE MDS board.
[u-boot] / board / ivm / u-boot.lds
index d1e121e7c9d1beb88d2b9bfe5b9d26857bfe3cea..fdeabc59e79005bd6acaa53434099b23c6cf610c 100644 (file)
@@ -66,6 +66,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -98,6 +99,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 = .;
@@ -120,4 +128,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-