test/py: use default load address for tftp
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 26 Jan 2019 14:25:12 +0000 (15:25 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 12 Feb 2019 12:19:24 +0000 (07:19 -0500)
commitb1b1bab7f92b838a252ab977f56d9c3584c14fb7
tree5160544dc88ec4838449b1865feaf70e2bf8156b
parent49a97162ea573b8646ba29162b71fc2c29e9c5d4
test/py: use default load address for tftp

On x86_64 the size of the file u-boot loaded by the tftp test has grown in
size such that when loading the file to 0x200000 it overwrites a memory
area reserved for PCI.

If no load address is specified for tftp do not use the ram base address
(or if zero 0x200000) but the default address.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/tests/test_net.py