]> git.sur5r.net Git - u-boot/blobdiff - board/ids8247/u-boot.lds
Add support for mtddevnum and mtddevname variables (mtdparts command)
[u-boot] / board / ids8247 / u-boot.lds
index 39f71ff557ff3f8e2c808c35215c6facf80d0123..5bcc59687f688b3657952c501af6204e8861b018 100644 (file)
@@ -94,11 +94,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 = .;