X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftqm8540%2Fu-boot.lds;h=4fdf87c8c19410a1d12b59e2240e8dc8c1edd308;hb=70a2047ff6f0391dddd5f23a715bb610210b1462;hp=eb84aeb7d224dd8825d08e50751209cfb0ed83e2;hpb=9d46ea4a5543e6d56f974a515eac972afee5da00;p=u-boot diff --git a/board/tqm8540/u-boot.lds b/board/tqm8540/u-boot.lds index eb84aeb7d2..4fdf87c8c1 100644 --- a/board/tqm8540/u-boot.lds +++ b/board/tqm8540/u-boot.lds @@ -70,7 +70,6 @@ SECTIONS cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) - cpu/mpc85xx/tsec.o (.text) cpu/mpc85xx/speed.o (.text) cpu/mpc85xx/pci.o (.text) common/dlmalloc.o (.text) @@ -120,10 +119,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 = .;