projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28baca9
)
fix accidentally committed typo
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 23 Oct 2008 01:07:04 +0000
(
01:07
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 23 Oct 2008 01:07:04 +0000
(
01:07
+0000)
SVN-Revision: 13025
target/linux/atheros/files/arch/mips/atheros/board.c
patch
|
blob
|
history
diff --git
a/target/linux/atheros/files/arch/mips/atheros/board.c
b/target/linux/atheros/files/arch/mips/atheros/board.c
index 4fa0e78bdbaeeaacddddcff20a51309dc331cbef..4a224933aeee211c17425a575a9fadcb1dd07b0b 100644
(file)
--- 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 == 0x3533313
2
)
+ if ( *(int *)addr == 0x3533313
1
)
return 1;
if (!broken)