Correction patch
[oweals/u-boot.git] / board / genietv / u-boot.lds
index 451d8531daf0b6676121bd4bc9ae782fcacab7bc..f48b9ad2a15170bea4933426c4be42022da42078 100644 (file)
@@ -76,6 +76,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -108,6 +109,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 = .;
@@ -135,4 +143,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-