X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fesd%2Fash405%2Fu-boot.lds;h=95854f29327d5a278db4ece3752dbb2999728b62;hb=4a3c7eb917de9cfd611cdd778c58253869587ad5;hp=0e0284186c6e4e840fba1dbe33fb6b45bb9a6a27;hpb=c93f70962ba6a68cb8b829720f74d2328ced6e22;p=u-boot diff --git a/board/esd/ash405/u-boot.lds b/board/esd/ash405/u-boot.lds index 0e0284186c..95854f2932 100644 --- a/board/esd/ash405/u-boot.lds +++ b/board/esd/ash405/u-boot.lds @@ -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) @@ -86,6 +85,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -118,6 +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 = .;