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
------------------------------------------------------------