mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
fix accidentally committed typo
SVN-Revision: 13025
This commit is contained in:
parent
28baca91fe
commit
c57577bf5b
@ -48,7 +48,7 @@ static inline bool
|
||||
check_board_data(unsigned char *flash_limit, unsigned char *addr, bool broken)
|
||||
{
|
||||
/* config magic found */
|
||||
if ( *(int *)addr == 0x35333132)
|
||||
if ( *(int *)addr == 0x35333131)
|
||||
return 1;
|
||||
|
||||
if (!broken)
|
||||
|
Loading…
x
Reference in New Issue
Block a user