diff options
author | Wolfgang Denk <wd@denx.de> | 2007-09-12 00:48:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-09-12 00:48:57 +0200 |
commit | f34024d4a328e6edd906456da98d2c537155c4f7 (patch) | |
tree | ffb2156471629c6c7312cf2c24a59ecf11cf06ea /board/stxssa/u-boot.lds | |
parent | 38ad82da0c1180ecdeb212a8f4245e945bcc546e (diff) | |
download | u-boot-imx-f34024d4a328e6edd906456da98d2c537155c4f7.zip u-boot-imx-f34024d4a328e6edd906456da98d2c537155c4f7.tar.gz u-boot-imx-f34024d4a328e6edd906456da98d2c537155c4f7.tar.bz2 |
Fix memory corruption problem on STX GP3 SSA Board.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/stxssa/u-boot.lds')
-rw-r--r-- | board/stxssa/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/stxssa/u-boot.lds b/board/stxssa/u-boot.lds index 95ecf66..65e1bcf 100644 --- a/board/stxssa/u-boot.lds +++ b/board/stxssa/u-boot.lds @@ -145,6 +145,7 @@ SECTIONS . = ALIGN(256); __init_end = .; + . = .; __bss_start = .; .bss : { |