TQM8xx[LM]: Fix broken environment alignment.
[oweals/u-boot.git] / board / fads / u-boot.lds.debug
index bd13b7b96f82bc19c518514c752286c707d1a920..650572d4d05d996a0385b36e536bebf4b5094019 100644 (file)
@@ -75,6 +75,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -107,6 +109,11 @@ 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 = .;
@@ -129,4 +136,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-