]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/r360mpi/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / r360mpi / u-boot.lds
index 5e4eedfe6637877e2db4631263740f480c894880..f64b32f795d9c2ac7c72a57388fd2ee04aed39c2 100644 (file)
@@ -107,6 +107,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 = .;
@@ -134,4 +139,3 @@ SECTIONS
     common/environment.o (.ppcenv)
   }
 }
-