mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Correct typo
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@600 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -132,7 +132,7 @@ encode_bootpath( const char *spec, const char *args )
|
||||
partition, directory, filename);
|
||||
|
||||
ELF_DPRINTF("bootpath %s bootargs %s\n", path, args);
|
||||
set_property( chosen_ph, "bootpath", path, strlen(spec)+1 );
|
||||
set_property( chosen_ph, "bootpath", path, strlen(path)+1 );
|
||||
if (args)
|
||||
set_property( chosen_ph, "bootargs", args, strlen(args)+1 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user