diff options
| author | Vaibhav Hiremath <[email protected]> | 2010-11-29 16:36:07 -0500 |
|---|---|---|
| committer | Sandeep Paulraj <[email protected]> | 2010-11-29 16:36:07 -0500 |
| commit | aa82d5f2a6cf373463270ad5e3160ef906d99175 (patch) | |
| tree | 6743c341f3af3955a90512eea1f106aa0a624c61 /include | |
| parent | 13acfc6f7f8e61494d8b216e35e52da83cf13236 (diff) | |
AM3517:Build FIX: undef CONFIG_CMD_NFS support
Without CONFIG_CMD_NET support CONFIG_CMD_NFS leads
to linking error, so disable CONFIG_CMD_NFS option.
Signed-off-by: Vaibhav Hiremath <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am3517_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 3dda1e97e9d..70e8f07ba79 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -163,6 +163,7 @@ #define CONFIG_DRIVER_OMAP34XX_I2C 1 #undef CONFIG_CMD_NET +#undef CONFIG_CMD_NFS /* * Board NAND Info. */ |
