[U-Boot-Users] [PATCH] Added ETHPRIME to default_environment
Wolfgang Denk
wd at denx.de
Thu Oct 26 22:50:11 CEST 2006
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.
More information about the U-Boot
mailing list