[U-Boot] [PATCH 1/4] arm: rmobile: kzm9g: add NFS_TIMEOUT in config file

Tetsuyuki Kobayshi koba at kmckk.co.jp
Thu Jul 26 06:24:18 CEST 2012


From: Tetsuyuki Kobayashi <koba at kmckk.co.jp>

Set NFS_TIMEOUT to 10,000 msec.

Signed-off-by: Tetsuyuki Kobayashi <koba at kmckk.co.jp>
---
This patch needs "net: nfs: make NFS_TIMEOUT configurable", which is applied in u-boot-master next branch, to take effect.

 include/configs/kzm9g.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 14f088f..a4d2c37 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -150,6 +150,7 @@
 #define CONFIG_SMC911X
 #define CONFIG_SMC911X_BASE	(0x10000000)
 #define CONFIG_SMC911X_32_BIT
+#define CONFIG_NFS_TIMEOUT 10000UL
 
 /* I2C */
 #define CONFIG_CMD_I2C
-- 
1.7.9.5



More information about the U-Boot mailing list