HACK: Disable keyboard check

To be dropped when PCIe USB support is back such that a keyboard
connected to the type-A ports on the Mac mini can be detected.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
This commit is contained in:
Mark Kettenis 2022-03-01 22:11:14 +01:00
parent d987cc1d1e
commit a5b0fccb5b

View file

@ -481,9 +481,11 @@ int ft_board_setup(void *blob, struct bd_info *bd)
if (current_el() == 1)
return 0;
#if 0
ret = uclass_find_device(UCLASS_KEYBOARD, 0, &dev);
if (ret < 0)
return 0;
#endif
stdoutname = env_get("stdout");
if (!stdoutname || !strstr(stdoutname, "vidconsole"))