Correct typo

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@600 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2009-11-08 23:43:19 +00:00
parent 657daacde8
commit 5398f1f5e3

View File

@@ -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 );
}