Merge with /home/m8/git/u-boot
[oweals/u-boot.git] / board / eltec / bab7xx / u-boot.lds
index de50bf49cc02179b9e8330fed83717aa9cec0620..d89eb6cff2025c9af51772e660e593cfd215ec67 100644 (file)
@@ -74,6 +74,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -106,6 +107,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 = .;