Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / board / gen860t / u-boot-flashenv.lds
index e95a6a1714fca68a8287b9286777f242bdfe46d7..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 = .;
@@ -121,7 +127,7 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  
+
   _end = . ;
   PROVIDE (end = .);