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:
Mark Cave-Ayland
2010-10-16 15:09:18 +00:00
committed by Mark Cave-Ayland
parent 0fcbe4e047
commit 5b7a80e9e8

View File

@@ -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':