]> git.sur5r.net Git - u-boot/blobdiff - board/m5282evb/u-boot.lds
[Microblaze][PATCH] part 2
[u-boot] / board / m5282evb / u-boot.lds
index d790018d2ddad4096dac0c80de372293b9219c01..c461d20e51817d053c2ae842f7dc46dc8b209a82 100644 (file)
@@ -110,10 +110,12 @@ 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 = .;