On 10 February 2016 at 12:39, Stephen Warren <[email protected]> wrote: > From: Stephen Warren <[email protected]> > > 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 <[email protected]> > --- > test/py/u_boot_console_base.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

