]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test/py: support 'memstart =' in u_boot_utils.find_ram_base()
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 6 Jul 2016 10:44:22 +0000 (12:44 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2016 21:16:45 +0000 (17:16 -0400)
commitd56dd0b1f8eb1dc13d4e6227a485fca5b9e94c1e
treeab464e01f92c0dad324b0810c1855ce41d26b3c1
parent085e64dd421caeff6ebcdef867e67b99b0942659
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>
test/py/u_boot_utils.py