X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fnx823%2Fu-boot.lds.debug;h=a33b0a6f1a077e70d06ebd7d32d41691c3223e45;hb=dcfe863838becd4cf4dba4d89aef2332150fe90f;hp=c7711028ad249f06b8fc1f77ac6ae2a2187331b0;hpb=c04bf5e9a45d7335681352faa125193258f8e976;p=u-boot diff --git a/board/nx823/u-boot.lds.debug b/board/nx823/u-boot.lds.debug index c7711028ad..a33b0a6f1a 100644 --- a/board/nx823/u-boot.lds.debug +++ b/board/nx823/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) } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }