the following patch was just integrated into master: commit f7add093007f02659c5b7f077fbe13608db9c3a9 Author: Nico Huber nico.huber@secunet.com Date: Thu Jun 14 16:03:01 2012 +0200
Don't use 64-bit constant 0x100000000 in linker scripts
The constant value 0x100000000 is used in linker scripts to calculate offsets from the end of 32-bit-addressed memory. There is nothing wrong with it, but 32-bit versions of ld do the calculation wrong.
Change-Id: I4e27c6fd0c864b4d98f686588bf78c7aa48bcba8 Signed-off-by: Nico Huber nico.huber@secunet.com
See http://review.coreboot.org/1129 for details.
-gerrit