
19 Nov
2016
19 Nov
'16
2:48 p.m.
On 17 November 2016 at 10:31, Alexander Graf agraf@suse.de 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
test/py/tests/test_net.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org