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:
Blue Swirl
2009-12-30 09:49:40 +00:00
parent e979d432cc
commit f5dbe735cd

View File

@@ -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");