FIX: [uboot] use correct path for bootpass
SVN commit 22134@trunk
This commit is contained in:
parent
14a37b31fc
commit
1ae87e60b5
|
|
@ -295,7 +295,7 @@ int login (void)
|
|||
puts("\n");
|
||||
|
||||
memset(stored, 0x0, max);
|
||||
len = cmd_yaffs_mread_file("/data/boot/bootpass", stored);
|
||||
len = cmd_yaffs_mread_file("/data/root/boot/bootpass", stored);
|
||||
if (len != 16) {
|
||||
/* no file or md5 hash found */
|
||||
puts("Login succeeded\n\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue