]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: move find_ram_base() into u_boot_utils
authorStephen Warren <swarren@nvidia.com>
Thu, 21 Jan 2016 23:05:30 +0000 (16:05 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:23 +0000 (21:01 -0700)
commit05266103349e8409f5fbd55197c75c7bb58f575d
treeccff0aab55ceacdeca60608a735ee9f97c27d276
parentf5d196d03e5f3529be8b86d350e507390dbee22f
test/py: move find_ram_base() into u_boot_utils

find_ram_base() is a shared utility function, not a core part of the
U-Boot console interaction.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_md.py
test/py/u_boot_console_base.py
test/py/u_boot_utils.py