commit | b1b1bab7f92b838a252ab977f56d9c3584c14fb7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 26 15:25:12 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 12 07:19:24 2019 -0500 |
tree | 5160544dc88ec4838449b1865feaf70e2bf8156b | |
parent | 49a97162ea573b8646ba29162b71fc2c29e9c5d4 [diff] |
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>