[U-Boot] [PATCH] AM3517:Build FIX: undef CONFIG_CMD_NFS support

From: Vaibhav Hiremath hvaibhav@ti.com
Without CONFIG_CMD_NET support CONFIG_CMD_NFS leads to linking error, so disable CONFIG_CMD_NFS option.
Signed-off-by: Vaibhav Hiremath hvaibhav@ti.com --- 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 3dda1e9..70e8f07 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. */

From: Vaibhav Hiremath hvaibhav@ti.com
Without CONFIG_CMD_NET support CONFIG_CMD_NFS leads to linking error, so disable CONFIG_CMD_NFS option.
Signed-off-by: Vaibhav Hiremath hvaibhav@ti.com
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 3dda1e9..70e8f07 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.
*/
1.6.2.4
Pushed to u-boot-ti
participants (2)
-
hvaibhav@ti.com
-
Paulraj, Sandeep