X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fesd%2Fcpciiser4%2Fu-boot.lds;h=f7a20d1da23d9099dc7b20ad17d3ba612d8501ba;hb=4bbd4537835f72b5c46ca6efb38143e431b3dbd5;hp=97851f125d89dbad411b3e7a6836529ef3477f56;hpb=b783edaee8252bfdba3f7b3fd29519a81ce71e42;p=oweals%2Fu-boot.git diff --git a/board/esd/cpciiser4/u-boot.lds b/board/esd/cpciiser4/u-boot.lds index 97851f125d..f7a20d1da2 100644 --- a/board/esd/cpciiser4/u-boot.lds +++ b/board/esd/cpciiser4/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) @@ -87,6 +86,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -119,6 +119,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 = .;