Sparc64: more generic method for display and keyboard selection

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@669 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2010-01-24 13:38:28 +00:00
parent 01e48a6f39
commit dc3b5cc5f2

View File

@@ -387,8 +387,8 @@ void arch_nvram_get(char *data)
if (fw_cfg_read_i16(FW_CFG_NOGRAPHIC)) {
stdin_path = stdout_path = "ttya";
} else {
stdin_path = "/pci/pci/pci/ebus/kb_ps2";
stdout_path = "/pci/pci/pci/QEMU,VGA";
stdin_path = "keyboard";
stdout_path = "screen";
}
push_str(stdin_path);