X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fixdp425%2Fu-boot.lds;h=e2ceac7227cbc320e87375020205585a5fdc539a;hb=5362385ec3c95d79234002de8ed970c653fd7a93;hp=cd44eb9062adebf5c451412a0367790fdbb520a4;hpb=b13fb01a62708492cae4b33c4d6fa9ae127905f4;p=u-boot diff --git a/board/ixdp425/u-boot.lds b/board/ixdp425/u-boot.lds index cd44eb9062..e2ceac7227 100644 --- a/board/ixdp425/u-boot.lds +++ b/board/ixdp425/u-boot.lds @@ -44,16 +44,13 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; - armboot_end_data = .; - . = ALIGN(4); - bss_start = .; + __bss_start = .; .bss : { *(.bss) } - bss_end = .; - - armboot_end = .; + _end = .; }