FIX: [uboot] use correct path for bootpass

SVN commit 22134@trunk
This commit is contained in:
Stefan Schlosser 2016-10-07 11:15:25 +00:00 committed by Moritz Rosenthal
parent 14a37b31fc
commit 1ae87e60b5
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ int login (void)
puts("\n"); puts("\n");
memset(stored, 0x0, max); 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) { if (len != 16) {
/* no file or md5 hash found */ /* no file or md5 hash found */
puts("Login succeeded\n\n"); puts("Login succeeded\n\n");