]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds.rom
Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 init
[u-boot] / board / mousse / u-boot.lds.rom
index 4f42b329d835a0c6af8c874ed7ea8d57a4416be4..29a34fb9c5688cc966d28e1479159bfb89c36a27 100644 (file)
@@ -102,9 +102,6 @@ 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) }
@@ -126,6 +123,6 @@ SECTIONS
    *(COMMON)
   }
 
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }