X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fspd8xx%2Fu-boot.lds.debug;h=11351176df97ecc34c99cc9b0cbc3c4eba36a20e;hb=d34d186ef9cf5a2e8030862cb5d281356046e6a1;hp=a7a67a9276f6ee6d58007db8c0ab05e1d680dddf;hpb=b919a3f2981109c9f2aaafe9c692dbb99f1c6366;p=u-boot diff --git a/board/spd8xx/u-boot.lds.debug b/board/spd8xx/u-boot.lds.debug index a7a67a9276..11351176df 100644 --- a/board/spd8xx/u-boot.lds.debug +++ b/board/spd8xx/u-boot.lds.debug @@ -107,9 +107,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 +133,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end = . ; PROVIDE (end = .); }