X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcds%2Fmpc8548cds%2Fu-boot.lds;h=c1f3495d7590f6e78f18dfa7782d6cf3930077bc;hb=3423c44afa70aed6719fc39d4064ae2e67da42eb;hp=36d24073d20a3f5e7fa929cf38dd72fb220af979;hpb=b4f15fdaf77b7339e2984703c83269c7cdf680a9;p=u-boot diff --git a/board/cds/mpc8548cds/u-boot.lds b/board/cds/mpc8548cds/u-boot.lds index 36d24073d2..c1f3495d75 100644 --- a/board/cds/mpc8548cds/u-boot.lds +++ b/board/cds/mpc8548cds/u-boot.lds @@ -69,6 +69,7 @@ SECTIONS cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) + drivers/tsec.o (.text) cpu/mpc85xx/speed.o (.text) cpu/mpc85xx/pci.o (.text) common/dlmalloc.o (.text) @@ -86,6 +87,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -118,10 +120,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 = .;