[U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

Simon Glass sjg at chromium.org
Fri Jan 22 04:36:16 CET 2016


On 21 January 2016 at 16:05, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> find_ram_base() is a shared utility function, not a core part of the
> U-Boot console interaction.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> These two patches depend on my previous series starting with:
>     test/py: fix timeout to be absolute
> and ending with:
>     test/py: add DFU test
> ---
>  test/py/tests/test_md.py       |  5 +++--
>  test/py/u_boot_console_base.py | 37 -------------------------------------
>  test/py/u_boot_utils.py        | 38 ++++++++++++++++++++++++++++++++++++++
>  3 files changed, 41 insertions(+), 39 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list