
2 Aug
2003
2 Aug
'03
8:01 p.m.
On Sat, Aug 02, 2003 at 07:29:50PM +0200, Wolfgang Denk wrote:
Well, I have zero knowledge about the x86 stuff, but the "u-boot.lds" file reads:
... . = 0x387c0000; /* Where bootcode in the flash is mapped */ ... . = 0x400000; /* Ram data segment to use */
0x387c0000 - 0x400000 = 899.75 MB
I have a faint memory that the problem is the order of the sections. It ought to be OK to specify sparse VMAs as long as the LMAs put the code out in a continuous block.
Cheers.