diff options
| author | Tom Rini <[email protected]> | 2022-03-11 09:12:05 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-18 12:48:17 -0400 |
| commit | eeda762af3be40152cee763bd73658bf7f55270d (patch) | |
| tree | cdb613a98f2bc2d4845e2951379c0e0ecd1566cd /include | |
| parent | 69c8a817cf4342774bf1ed19838b9d49c933e969 (diff) | |
Convert CONFIG_NFS_TIMEOUT to Kconfig
This converts the following to Kconfig:
CONFIG_NFS_TIMEOUT
Cc: Ramon Fried <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/kzm9g.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 022858f6928..42f881b0be9 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -71,6 +71,4 @@ #define CONFIG_SH_SCIF_CLK_FREQ get_board_sys_clk() #define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */ -#define CONFIG_NFS_TIMEOUT 10000UL - #endif /* __KZM9G_H */ |
