]> git.sur5r.net Git - u-boot/blobdiff - board/esd/canbt/u-boot.lds
Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).
[u-boot] / board / esd / canbt / u-boot.lds
index 99147ac8f1cf452bdb3e204c608e0f0b2bfb1ae0..ff15b3fef9f2ba7af0a1838701e29b858cf1b815 100644 (file)
@@ -67,7 +67,6 @@ SECTIONS
     cpu/ppc4xx/serial.o                (.text)
     cpu/ppc4xx/cpu_init.o      (.text)
     cpu/ppc4xx/speed.o         (.text)
-    cpu/ppc4xx/405gp_enet.o    (.text)
     common/dlmalloc.o          (.text)
     lib_ppc/extable.o          (.text)
     lib_ppc/board.o            (.text)
@@ -98,6 +97,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -130,6 +131,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 = .;