X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fixdp425%2Fu-boot.lds;h=e2ceac7227cbc320e87375020205585a5fdc539a;hb=5362385ec3c95d79234002de8ed970c653fd7a93;hp=91ef0302b3af98fcba1753a87c09b760ca6c7d0f;hpb=f6e20fc6ca5a45316f94743d8b60dce4d9766bc8;p=u-boot diff --git a/board/ixdp425/u-boot.lds b/board/ixdp425/u-boot.lds index 91ef0302b3..e2ceac7227 100644 --- a/board/ixdp425/u-boot.lds +++ b/board/ixdp425/u-boot.lds @@ -44,6 +44,7 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .;