aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
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
commitc2d255feb8355c6b58dae65f12beb770521ff07e (patch)
tree500e22d6d6817dc0a76d4d9c74cb0bb6c501918f /target/linux/atheros
parent126afe4e9a43b03e3ff4b21c26d99589f1808cc4 (diff)
downloadupstream-c2d255feb8355c6b58dae65f12beb770521ff07e.tar.gz
upstream-c2d255feb8355c6b58dae65f12beb770521ff07e.tar.bz2
upstream-c2d255feb8355c6b58dae65f12beb770521ff07e.zip
fix accidentally committed typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros')
-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)