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

Paulraj, Sandeep s-paulraj at ti.com
Mon Nov 29 22:36:52 CET 2010



> 
> From: Vaibhav Hiremath <hvaibhav at 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 at 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


More information about the U-Boot mailing list