mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Sparc64: fix Linux error about inconsistent console
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@653 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -204,6 +204,11 @@ ob_pc_kbd_init(const char *path, const char *dev_name, uint64_t base,
|
||||
push_str("keyboard");
|
||||
fword("device-type");
|
||||
|
||||
PUSH(-1);
|
||||
fword("encode-int");
|
||||
push_str("keyboard");
|
||||
fword("property");
|
||||
|
||||
chosen = find_dev("/chosen");
|
||||
push_str(nodebuff);
|
||||
fword("open-dev");
|
||||
|
||||
Reference in New Issue
Block a user