Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / board / gen860t / u-boot-flashenv.lds
index f46c314327416c2c40ad60e7c6bf8eb01de2cbfd..7926a2e09d72eee84bba9c1fc911bd739e005370 100644 (file)
@@ -102,6 +102,12 @@ 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 = .;