[U-Boot] [PATCH v2 1/6] tests: net: Offset downloads to 4MB

Simon Glass sjg at chromium.org
Sat Nov 19 14:48:09 CET 2016


On 17 November 2016 at 10:31, Alexander Graf <agraf at 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 at suse.de>
> ---
>  test/py/tests/test_net.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list