]> git.sur5r.net Git - u-boot/blobdiff - board/v37/u-boot.lds
Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board
[u-boot] / board / v37 / u-boot.lds
index 303425a163a16693d5f0fc37b29ecf793647c1da..2e99d3fa8054ceb25da0ee6d09b03cb95a9f92ff 100644 (file)
@@ -114,6 +114,13 @@ 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 = .;
@@ -136,8 +143,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-
-
-
-
-