Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757277AbcJGVmT (ORCPT ); Fri, 7 Oct 2016 17:42:19 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:52020 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755251AbcJGVmQ (ORCPT ); Fri, 7 Oct 2016 17:42:16 -0400 Subject: Re: [PATCH] ARC: [build] Support gz, lzma compressed uImage To: Daniel Mentz , References: <1475624067-17290-1-git-send-email-danielmentz@google.com> CC: Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc From: Vineet Gupta Message-ID: <31ddce6b-284c-1632-9384-22603ce03663@synopsys.com> Date: Fri, 7 Oct 2016 14:42:07 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1475624067-17290-1-git-send-email-danielmentz@google.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.39] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 415 Lines: 14 On 10/04/2016 04:34 PM, Daniel Mentz wrote: > Add support for lzma compressed uImage. > > Support for gzip was already available but could not be enabled because > we were missing CONFIG_HAVE_KERNEL_GZIP in arch/arc/Kconfig. > > Signed-off-by: Daniel Mentz > Cc: linux-snps-arc@lists.infradead.org > Cc: Vineet Gupta Applied to for-curr. Thx Daniel -Vineet