mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user