]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/bamboo/u-boot.lds
Add NAND environment support for PPC440EPx Sequoia NAND boot config
[u-boot] / board / amcc / bamboo / u-boot.lds
index 2b5fafa8d868d8884a6b45d301e3a16feb5045ff..176900ec2f893ef0005ccef5f6b65324328219fa 100644 (file)
@@ -93,6 +93,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -125,11 +126,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 = .;