diff options
author | Stefan Roese <sr@denx.de> | 2007-10-27 13:43:40 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-27 13:43:40 +0200 |
commit | 49801028715cd8bc22863cdfc0ee7919b7a6af4b (patch) | |
tree | b7344561054c6da1886e0622716ad6da9bb2325b /board/pxa255_idp/u-boot.lds | |
parent | 20d500d531a6b971ce6cc1bf191cb0092cdc0afc (diff) | |
parent | d78791ae914d4e7c5edca1cdad73b3dc81a4eb82 (diff) | |
download | u-boot-imx-49801028715cd8bc22863cdfc0ee7919b7a6af4b.zip u-boot-imx-49801028715cd8bc22863cdfc0ee7919b7a6af4b.tar.gz u-boot-imx-49801028715cd8bc22863cdfc0ee7919b7a6af4b.tar.bz2 |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'board/pxa255_idp/u-boot.lds')
-rw-r--r-- | board/pxa255_idp/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/pxa255_idp/u-boot.lds b/board/pxa255_idp/u-boot.lds index 20ce108..2facd83 100644 --- a/board/pxa255_idp/u-boot.lds +++ b/board/pxa255_idp/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 = .; |