]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: nfs: make NFS_TIMEOUT configurable
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>
Tue, 3 Jul 2012 22:25:21 +0000 (22:25 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 12 Jul 2012 19:13:24 +0000 (14:13 -0500)
commit48a3e999c86e7e6033133152b07a308def559d46
treea6da0711345b1c0b0ad232c57ac8a9b378a990ee
parent0878222fed3fafbfd0b1f2e5a6b2da90a81e910d
net: nfs: make NFS_TIMEOUT configurable

NFS_TIMEOUT is constant value defined in net/nfs.c. But sometimes it needs to adjust.
This patch enables to override NFS_TIMEOUT by defining CONFIG_NFS_TIMEOUT in a board specific config file.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
README
net/nfs.c