]> git.sur5r.net Git - u-boot/blobdiff - board/stxxtc/u-boot.lds
Update ARM Integrator boards:
[u-boot] / board / stxxtc / u-boot.lds
index c3dac0ef4a5e0ff0582620bdf400e4469a4d3c6b..9d650f780ecf08386968c59dd43ded47476310f6 100644 (file)
@@ -109,11 +109,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 = .;