[U-Boot] [PATCH] add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines

Wolfgang Denk wd at denx.de
Thu Jul 23 21:56:10 CEST 2009


Dear rhabarber1848,

In message <h46pl1$hbd$1 at ger.gmane.org> you wrote:
> 
> Signed-off-by: rhabarber1848 <rhabarber1848 at web.de>
> 
> ---
>  lib_generic/lzma/LzmaDec.c   |   26 ++++++++++++++++++++++++++
>  lib_generic/lzma/LzmaTools.c |    4 ++++
>  2 files changed, 30 insertions(+), 0 deletions(-)
> 
> diff --git a/lib_generic/lzma/LzmaDec.c b/lib_generic/lzma/LzmaDec.c
> index 89d934a..acffb14 100644
> --- a/lib_generic/lzma/LzmaDec.c
> +++ b/lib_generic/lzma/LzmaDec.c
> @@ -1,6 +1,9 @@
>  /* LzmaDec.c -- LZMA Decoder
>  2008-11-06 : Igor Pavlov : Public domain */
>  
> +#include <config.h>
> +#include <common.h>
> +#include <watchdog.h>
>  #include "LzmaDec.h"
>  
>  #include <string.h>
> @@ -156,6 +159,8 @@ static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p,
> SizeT limit, const Byte
^^^^^^^^^^^^^^^^^^^^^^^^^^

Line wrapped.


Applying: add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
fatal: corrupt patch at line 21
Patch failed at 0001.


Please make sure your mailer does not mess up your postings. Please
use git-send-email to submit patches.

Please clean up and resubmit.

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: wd at denx.de
Politician:  An  eel  in  the  fundamental   mud   upon   which   the
superstructure  of  organized  society is reared. When he wriggles he
mistakes the agitation of his tail for the trembling of the  edifice.
As  compared with the statesman, he suffers the disadvantage of being
alive.                                               - Ambrose Bierce


More information about the U-Boot mailing list