X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fnetphone%2Fu-boot.lds.debug;h=5f74337b6dfb2ad20f722f36f72287927a15dd5d;hb=bc5fd908d976cfd898e8cbb591e7220ddc8a684a;hp=ec479b1533e93d31c115721c45a89d99bc5fabb8;hpb=83653121d7382fccfe329cb732f77f116341ef1d;p=u-boot diff --git a/board/netphone/u-boot.lds.debug b/board/netphone/u-boot.lds.debug index ec479b1533..5f74337b6d 100644 --- a/board/netphone/u-boot.lds.debug +++ b/board/netphone/u-boot.lds.debug @@ -55,7 +55,7 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - arch/ppc/cpu/mpc8xx/start.o (.text) + arch/powerpc/cpu/mpc8xx/start.o (.text) common/dlmalloc.o (.text) lib/vsprintf.o (.text) lib/crc32.o (.text) @@ -106,9 +106,11 @@ SECTIONS _edata = .; PROVIDE (edata = .); - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + KEEP(*(SORT(.u_boot_list*))); + } __start___ex_table = .; @@ -130,6 +132,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end = . ; PROVIDE (end = .); }