In message <[EMAIL PROTECTED]> you wrote:
> Remove duplicate code introduced by commit
> 597f6c26a18b389903a64692bacbf9a1ca69355b
> 
> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]>
> 
> ---
> 
>  common/main.c |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/common/main.c b/common/main.c
> index a17b60b..046da6f 100644
> --- a/common/main.c
> +++ b/common/main.c
> @@ -940,12 +940,6 @@ int readline_into_buffer (const char *const prompt, char 
> * buffer)
>       int rc;
>       static int initted = 0;
>  
> -     if (!initted) {
> -             hist_init();
> -             initted = 1;
> -     }
> -
> -
>       /*
>        * History uses a global array which is not
>        * writable until after relocation to RAM.

This doesnt apply to current code. Can you please check and rebase /
resubmit if this should be still needed?

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Little known fact about Middle Earth:   The Hobbits had a very sophi-
sticated computer network!   It was a Tolkien Ring...

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to