[U-Boot-Users] [DNX#2006102642000031] [PATCH] Added ETHPRIME to default_e [...]
DENX Support System
support at denx.de
Thu Oct 26 23:00:02 CEST 2006
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006102642000031] was created:
<snip>
> Dear Ben,
>
> in message <1161893396.23153.4.camel at saruman.qstreams.net> you wrote:
> > This patch adds the ETHPRIME option to the default_environment list. It
> > not being there prevented CONFIG_ETHPRIME from working on a newly
> > flashed board. The lists in 'common/env_common.c' and
> > 'common/environment.c' are now synchronized.
> >
> > Signed-off-by: Ben Warren <bwarren at qstreams.com>
> > ---
> > common/env_common.c | 9 ++++++---
> > 1 files changed, 6 insertions(+), 3 deletions(-)
> >
> > diff --git a/common/env_common.c b/common/env_common.c
> > index eb33422..5f91851 100644
> > --- a/common/env_common.c
> > +++ b/common/env_common.c
> > @@ -99,6 +99,9 @@ #endif
> > #ifdef CONFIG_ETH3ADDR
> > "eth3addr=" MK_STR(CONFIG_ETH3ADDR) "\0"
> > #endif
> > +#ifdef CONFIG_ETHPRIME
> > + "ethprime=" CONFIG_ETHPRIME "\0"
> > +#endif
> ...
>
> Sorry, but this patch has been corrupted by your mailer.
>
> Please resubmit after making sure your mailer doesn';t do such
> reformatting.
>
> Best regards,
>
> Wolfgang Denk
>
> --
> Software Engineering: Embedded and Realtime Systems, Embedded Linux
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> I think animal testing is a terrible idea; they get all nervous and
> give the wrong answers.
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list