diff options
Diffstat (limited to 'target/linux/atheros/files/arch')
-rw-r--r-- | target/linux/atheros/files/arch/mips/atheros/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/board.c b/target/linux/atheros/files/arch/mips/atheros/board.c index 4fa0e78bd..4a224933a 100644 --- a/target/linux/atheros/files/arch/mips/atheros/board.c +++ b/target/linux/atheros/files/arch/mips/atheros/board.c @@ -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) |