X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2FRPXlite_dw%2Fu-boot.lds.debug;h=88c410cd9285b3c2c3c3119606911b07b2af2657;hb=ef123c525370463254a6f8e67563fdb0b0b46412;hp=a78d0b76bee5d673bf59ec689ffd9c28e05cad33;hpb=a47a12becf66f02a56da91c161e2edb625e9f20c;p=u-boot diff --git a/board/RPXlite_dw/u-boot.lds.debug b/board/RPXlite_dw/u-boot.lds.debug index a78d0b76be..88c410cd92 100644 --- a/board/RPXlite_dw/u-boot.lds.debug +++ b/board/RPXlite_dw/u-boot.lds.debug @@ -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 = .); }