sd-boot: Fix waiting for keyboard input (#3735)
authorJan Janssen <medhefgo@web.de>
Mon, 18 Jul 2016 19:19:32 +0000 (21:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Jul 2016 19:19:32 +0000 (15:19 -0400)
commit03e749af53bc6671270c300cdc5df4f2c5e0b9ae
tree21287dfa9eb71503ef68958282b65f5e852cc6db
parent14eb41b2a45f0ab56b06054c7bc40c3613b23e82
sd-boot: Fix waiting for keyboard input (#3735)

WaitForKeyEx may never return on some UEFI systems depending
on firmware, hardware configuration and the phase of the moon.
Use ConIn->WaitForKey unconditionally instead.

Fixes #3632
src/boot/efi/console.c