[U-Boot] [PATCH] test/py: fix CONFIG_SPL test

Simon Glass sjg at chromium.org
Mon Feb 15 02:19:13 CET 2016


On 10 February 2016 at 12:39, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> The Python ini file parser that's used to parse .config converts all keys
> to lower-case. Hence, all queries against the results must use lower-case.
> Fix u_boot_console.ensure_spawned() to test CONFIG_SPL correctly, or the
> connection will fail for boards that have SPL.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  test/py/u_boot_console_base.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the U-Boot mailing list