Fix some missing commands, cleanup header files
[oweals/u-boot.git] / board / exbitgen / u-boot.lds
index 863a7e423d44153f55405a93d7600a914ffd1866..36f9491963ae066804114254cd76c194b75c6b5f 100644 (file)
@@ -119,6 +119,10 @@ 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 = .;