]> git.sur5r.net Git - u-boot/blobdiff - board/exbitgen/u-boot.lds
Add support for mtddevnum and mtddevname variables (mtdparts command)
[u-boot] / board / exbitgen / u-boot.lds
index 863a7e423d44153f55405a93d7600a914ffd1866..2205738bc11399c78f2ba546ec06ec451e488dbd 100644 (file)
@@ -98,7 +98,7 @@ SECTIONS
   PROVIDE (erotext = .);
   .reloc   :
   {
-    *(.got) 
+    *(.got)
     _GOT2_TABLE_ = .;
     *(.got2)
     _FIXUP_TABLE_ = .;
@@ -119,6 +119,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 = .;