commit | da631744eb67a3c53efea07f9d0ccc39ecf8949e | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jul 06 12:44:22 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 08 17:16:45 2016 -0400 |
tree | ab464e01f92c0dad324b0810c1855ce41d26b3c1 | |
parent | 8e7c3ecbcf37fcdd9c014c8a4aa1dbf3169eb798 [diff] |
test/py: support 'memstart =' in u_boot_utils.find_ram_base() Some archs like MIPS or PPC have a different 'bdinfo' output than ARM regarding the memory configuration. Also support 'memstart = 0x*' in u_boot_utils.find_ram_base() to make all tests requiring the RAM base working on those archs. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Stephen Warren <swarren@nvidia.com>