]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/RPXClassic/u-boot.lds
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
[karo-tx-uboot.git] / board / RPXClassic / u-boot.lds
index a31c362f243ce050a9dd447c8d666c4033fc41bb..049f9901f71c51a853dc6e83957b069073630196 100644 (file)
@@ -78,6 +78,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -110,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 = .;
@@ -132,4 +140,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-