]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/ash405/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[karo-tx-uboot.git] / board / esd / ash405 / u-boot.lds
index 97851f125d89dbad411b3e7a6836529ef3477f56..7d440ef0e5a0f1e00033a9edaeae964b84ee4905 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_generic/crc32.o                (.text)
     lib_ppc/extable.o  (.text)
@@ -119,6 +118,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 = .;