From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 14 Feb 2016 18:19:13 -0700 Subject: [U-Boot] [PATCH] test/py: fix CONFIG_SPL test In-Reply-To: <1455133170-22022-1-git-send-email-swarren@wwwdotorg.org> References: <1455133170-22022-1-git-send-email-swarren@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10 February 2016 at 12:39, Stephen Warren wrote: > From: Stephen Warren > > 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 > --- > test/py/u_boot_console_base.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass