
21 Nov
2016
21 Nov
'16
2:54 p.m.
On Thu, Nov 17, 2016 at 06:31:02PM +0100, Alexander Graf wrote:
The network test currently downloads files at 0MB offset of RAM start. This works for most ARM systems, but x86 has weird memory layout constraints on the first MB of RAM.
To not get caught into any of these, let's add a 4MB pad from start of RAM to the default memory offset.
Signed-off-by: Alexander Graf agraf@suse.de
I've been fixing this locally by setting an address as needed in board files. But this is probably still a good idea, so:
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom