commit | 1235c791827ce6040d4e0103cb6d84a150a84d3c | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Feb 10 12:39:30 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 15 20:58:28 2016 +0000 |
tree | d157d1961ff401cc9693f16ed8867b83c745344f | |
parent | 07bf2122df36732dd9591db3358f850a666fc6cb [diff] |
test/py: fix CONFIG_SPL test 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@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>