]> git.sur5r.net Git - u-boot/blobdiff - board/gth/u-boot.lds
* Code cleanup:
[u-boot] / board / gth / u-boot.lds
index a5d4bed7be348efa22d1ac266cbf6b1514c710a6..50f41b53d2eb669ce64eb6e0e4e4ea7c7020392d 100644 (file)
@@ -98,6 +98,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 = .;
@@ -120,4 +125,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-