tests: net: Offset downloads to 4MB
authorAlexander Graf <agraf@suse.de>
Thu, 17 Nov 2016 17:31:02 +0000 (18:31 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 26 Nov 2016 20:50:52 +0000 (15:50 -0500)
commit1bce3ad5f32532de3b354a5883cffbb2606ce19a
tree79fd4631b4771fe08e6724f24c73440226c0b935
parent8d0898544e0930974f39d9f13de2a874a501aa18
tests: net: Offset downloads to 4MB

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_net.py