]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00170897 [MX6]Enable WAIT mode by default
authorAnson Huang <b20788@freescale.com>
Fri, 23 Dec 2011 08:07:50 +0000 (16:07 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:41 +0000 (08:33 +0200)
NFS can work with WAIT mode only if the NFS use
TCPIP protoco, in order to test more features of
WAIT mode, we enable it by default and make sure
NFS is using TCPIP protocol.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/cpu.c

index 3b7a344a573b6f73e4a901f3c489e0701021aae0..81f691cb35b5fdf5b3c70bf28a5ff6ff0b49d638 100644 (file)
@@ -38,7 +38,7 @@ extern void mx6_wait(void);
 
 
 struct cpu_op *(*get_cpu_op)(int *op);
-bool enable_wait_mode;
+bool enable_wait_mode = true;
 u32 arm_max_freq = CPU_AT_1GHz;
 
 void __iomem *gpc_base;