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