X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fkup%2Fkup4k%2Fu-boot.lds.debug;h=7b89b4f6a5c60b280ec33243b98ef36f8c2902e5;hb=5993053fa42706b289a08f3661a9c00096158981;hp=0f6ae696d8a38e9c77f11d865872bd3184abcc4b;hpb=afbc526336447a7357e9c82852df0377d09a8089;p=u-boot diff --git a/board/kup/kup4k/u-boot.lds.debug b/board/kup/kup4k/u-boot.lds.debug index 0f6ae696d8..7b89b4f6a5 100644 --- a/board/kup/kup4k/u-boot.lds.debug +++ b/board/kup/kup4k/u-boot.lds.debug @@ -55,16 +55,15 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - cpu/mpc8xx/start.o (.text) + arch/powerpc/cpu/mpc8xx/start.o (.text) common/dlmalloc.o (.text) - lib_generic/vsprintf.o (.text) - lib_generic/crc32.o (.text) + lib/vsprintf.o (.text) + lib/crc32.o (.text) . = env_offset; common/env_embedded.o(.text) *(.text) - *(.fixup) *(.got1) } _etext = .; @@ -107,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 = .; @@ -131,6 +132,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end = . ; PROVIDE (end = .); }