]> git.sur5r.net Git - u-boot/blobdiff - board/gen860t/u-boot.lds
Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct size
[u-boot] / board / gen860t / u-boot.lds
index b7b190e7aa281990d11b30726833cdd69a299e04..0ab7c6f936be834913a0b2ff9ea88c8338bd2aad 100644 (file)
@@ -101,6 +101,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 = .;