commit | 3a2e2622a96da9ab205d828d070896c5aea26404 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Nov 17 18:31:02 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 26 15:50:52 2016 -0500 |
tree | 79fd4631b4771fe08e6724f24c73440226c0b935 | |
parent | 18f5079c09e2eae2a445bf984af7fa35ce396751 [diff] |
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>