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: RedBoot: Default network device CDL option.


On Wed, Aug 17, 2005 at 03:37:31PM +0100, David Vrabel wrote:
> Hi,
> 
> The attached patch adds a CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE option
> that allows you to specify a default to the net_device fconfig option.
> The default for the option is "" which is what the existing fconfig
> default is.
> 
> It also removes the CYGNUM_REDBOOT_DEFAULT_NETWORK_DEVICE option which
> didn't seem to be used anywhere.

Thanks for the patch.
> +                active_if       { CYGSEM_REDBOOT_FLASH_CONFIG && CYGHWR_NET_DRIVERS > 1 }
> +                default_value   "\"\""

I found this did not work. I added { } to make it work correctly.

        Andrew


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