Re: [U-Boot] [PATCH] LZMA and LZO causes compile error

2010-08-07 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1281007050-16904-1-git-send-email-weiss...@arcor.de> you wrote: > If both LZMA and LZO compressions are used there is a compile error > in cmd_bootm.c > > Signed-off-by: Matthias Weisser > --- > common/cmd_bootm.c |7 +-- > 1 files changed, 5 insertion

[U-Boot] [PATCH] LZMA and LZO causes compile error

2010-08-05 Thread Matthias Weisser
If both LZMA and LZO compressions are used there is a compile error in cmd_bootm.c Signed-off-by: Matthias Weisser --- common/cmd_bootm.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index adfa6cd..4562957 100644 --- a/com