X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fcsb472%2Fu-boot.lds;h=ba37c1b79e87e4a25ac6cd85731ca302b27a5609;hb=4649913ea5f440d756d150a6fdf2fb2e8ecb75fd;hp=de3643eed911e5feb8130f320539a8466ec2a462;hpb=10a3367955bc2033b288915f8f10d0e507fe2fa1;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/csb472/u-boot.lds b/board/csb472/u-boot.lds index de3643e..ba37c1b 100644 --- a/board/csb472/u-boot.lds +++ b/board/csb472/u-boot.lds @@ -68,7 +68,7 @@ SECTIONS cpu/ppc4xx/4xx_uart.o (.text) cpu/ppc4xx/cpu_init.o (.text) cpu/ppc4xx/speed.o (.text) - cpu/ppc4xx/4xx_enet.o (.text) + drivers/net/4xx_enet.o (.text) common/dlmalloc.o (.text) lib_generic/crc32.o (.text) @@ -76,20 +76,17 @@ SECTIONS lib_ppc/board.o (.text) lib_generic/zlib.o (.text) /* . = env_offset;*/ -/* common/environment.o(.text)*/ +/* common/env_embedded.o(.text)*/ *(.text) - *(.fixup) *(.got1) } _etext = .; PROVIDE (etext = .); .rodata : { - *(.rodata) - *(.rodata1) - *(.rodata.str1.4) *(.eh_frame) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -147,6 +144,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .);