[U-Boot] [RFC][PATCH 02/21] [x86] #ifdef out getenv_IPaddr()

Vipin Kumar hasherror at gmail.com
Thu Mar 25 12:45:54 CET 2010


On Thu, Mar 25, 2010 at 4:52 PM, Graeme Russ <graeme.russ at gmail.com> wrote:
> ---
> I cannot recall exactly why this is needed but it is
>
>  lib_i386/board.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/lib_i386/board.c b/lib_i386/board.c
> index f3b6348..af81cd5 100644
> --- a/lib_i386/board.c
> +++ b/lib_i386/board.c
> @@ -280,8 +280,10 @@ void board_init_r(gd_t *id, ulong ram_start)
>        show_boot_progress(0x26);
>
>
> +#ifdef CONFIG_CMD_NET
>        /* IP Address */
>        bd_data.bi_ip_addr = getenv_IPaddr ("ipaddr");
> +#endif
>

Some boards do not support CMD_NET interface. getenvIPaddr is not defined
in that case. that's why

>  #if defined(CONFIG_PCI)
>        /*
> --
> 1.7.0.2.182.ge007
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list