mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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:
parent
d987cc1d1e
commit
a5b0fccb5b
1 changed files with 2 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue