commit | f4eef40b01331696d780e9e782106e369c55df10 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@bootlin.com> | Mon Jul 09 19:16:27 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 20 15:55:08 2018 -0400 |
tree | 73e4baa0390caa1ac0339c8b138d9d15d3a00325 | |
parent | abba76354a049c48fcdf4a252383ccd5c119b8ae [diff] |
test/py: remove hacks for non-zero RAM base address in tests Some functions have different behaviour when the given address is 0 (assumed to be NULL by the function). find_ram_base() does not return 0 anymore so it's safe to remove those offsets. Suggested-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com>