mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
When booting from disk, an explicit :a slice is required in order for the Fcode bootloader to execute correctly.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@898 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
0fcbe4e047
commit
5b7a80e9e8
@@ -476,7 +476,7 @@ void arch_nvram_get(char *data)
|
|||||||
push_str("/obio/SUNW,fdtwo");
|
push_str("/obio/SUNW,fdtwo");
|
||||||
break;
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
push_str("disk");
|
push_str("disk:a");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
case 'd':
|
case 'd':
|
||||||
|
|||||||
Reference in New Issue
Block a user