X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ficu862%2Fu-boot.lds;h=6e4939b8bf9c086994e965bf8dc32a33157c4663;hb=f47b048b3a283dca63cfdce46840dd477e591336;hp=93c79a64b4eddb5d8ef1865ac40f4086f3cf01ab;hpb=aef293bc85dad4f8d645e46d723606a747236a60;p=u-boot diff --git a/board/icu862/u-boot.lds b/board/icu862/u-boot.lds index 93c79a64b4..6e4939b8bf 100644 --- a/board/icu862/u-boot.lds +++ b/board/icu862/u-boot.lds @@ -66,9 +66,11 @@ SECTIONS 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*))); + } . = .; @@ -91,6 +93,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }