summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-23 01:07:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-23 01:07:04 +0000
commitc57577bf5bb536509fbd1295a0491048c9b5334e (patch)
tree5a3762f7a0f8cf77f6bfdfc9fdc51abede16abe2 /target
parent28baca91fec1fa736a408009f43fa8f2720f571e (diff)
downloadmaster-31e0f0ae-c57577bf5bb536509fbd1295a0491048c9b5334e.tar.gz
master-31e0f0ae-c57577bf5bb536509fbd1295a0491048c9b5334e.tar.bz2
master-31e0f0ae-c57577bf5bb536509fbd1295a0491048c9b5334e.zip
fix accidentally committed typo
SVN-Revision: 13025
Diffstat (limited to 'target')
-rw-r--r--target/linux/atheros/files/arch/mips/atheros/board.c2
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 4fa0e78bdb..4a224933ae 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)