This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug: default parameters of BOOTP if board RedBoot configuration's is fault


On Mon, 2006-06-12 at 18:37 +0200, Jerome BOULOC wrote:
> Hi,
> 
> If the option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP is checked and the board
> RedBoot configurationâs is fault. The application started with server BOOTP
> and not default parameter save in eCos.ecc.
> 
> Best regard.
> 
> My correction is :
> File: redboot/current/src/net/net_io.c
> 
>         RedBoot_config_option("Use BOOTP for network configuration",
>                                   bootp,
>                                   ALWAYS_ENABLED, true,
>                                   CONFIG_BOOL,
> +    #ifdef CYGSEM_REDBOOT_DEFAULT_NO_BOOTP
> +                                false
> +    #else
>                                   true
> +    #endif
>       );

This patch doesn't apply as this change was already made 2004-08-21
(your sources must be very out of date)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]