fix accidentally committed typo
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Oct 2008 01:07:04 +0000 (01:07 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Oct 2008 01:07:04 +0000 (01:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13025 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/atheros/files/arch/mips/atheros/board.c

index 4fa0e78..4a22493 100644 (file)
@@ -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)