From patchwork Mon Jan 6 09:02:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3436851 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 217C9C02DC for ; Mon, 6 Jan 2014 09:14:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7A6AB2016D for ; Mon, 6 Jan 2014 09:14:44 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E81982012D for ; Mon, 6 Jan 2014 09:14:41 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W06GZ-00015C-4d; Mon, 06 Jan 2014 09:14:35 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1W06GW-0004gX-OM; Mon, 06 Jan 2014 09:14:32 +0000 Received: from mail-pa0-f43.google.com ([209.85.220.43]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W06GT-0004fw-Ty for linux-arm-kernel@lists.infradead.org; Mon, 06 Jan 2014 09:14:30 +0000 Received: by mail-pa0-f43.google.com with SMTP id bj1so18366211pad.30 for ; Mon, 06 Jan 2014 01:14:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=8SpPl4KY08BIsDkjBFTfB7jaqJ/NwDiVhF3RTZZ7aJM=; b=S+SeOSCys+ebaJbOW9q3xxAItwuAJNEuwWmdtFKLssb1QmHNRlf29nNtR8b/kNUVEI YnwCW8MWeepJUEtkiPRLyieAjSXwa/YIcm5Y5xRmTU7h8P9U5VGX2AH+f4h6jLlglOi4 54J/vpTvHIEgg4arg/xiF+mSCQMEbYUe9Qy0B63CpsxDokxX0Ol8hjIkezbGcoRZOIOm pAPrkBCXwPc5tT2Y4gXgiUU4Dm4rpCLc2IEbvFMeJbHFavSvM5wM0JssRq4SLvelZHqt h8Vl/kYCL8eoZb5gD8vDOI2OwSDw6U0sw4L5sRYf7prM68qGS4CUsEbLmh4yu5Thd5+N YQdw== X-Gm-Message-State: ALoCoQmaFllFCj/zEcGR/qeATnPVPj1yYeOknw1OOkuzvaDQbdkuTUUawUYSUf2o2E1b46NrCEHc X-Received: by 10.68.189.5 with SMTP id ge5mr123570015pbc.42.1388999207340; Mon, 06 Jan 2014 01:06:47 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id z10sm166710858pas.6.2014.01.06.01.06.44 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 Jan 2014 01:06:46 -0800 (PST) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH 1/2] ARM: Exynos: Use generic uncompress.h Date: Mon, 6 Jan 2014 14:32:54 +0530 Message-Id: <1388998975-32362-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140106_041430_059569_ACD1E5F9 X-CRM114-Status: GOOD ( 10.02 ) X-Spam-Score: -2.6 (--) Cc: sachin.kamat@linaro.org, kgene.kim@samsung.com, arnd@arndb.de, patches@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As a pre-requisite step towards enabling multi-platform support for Exynos, enable it to use generic uncompress.h instead of the one provided in machine code. Signed-off-by: Sachin Kamat Acked-by: Arnd Bergmann --- arch/arm/Kconfig.debug | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index e6c313ec5ece..de379a93c8ba 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -1131,7 +1131,7 @@ config DEBUG_UART_8250_FLOW_CONTROL config DEBUG_UNCOMPRESS bool - depends on ARCH_MULTIPLATFORM || ARCH_MSM + depends on ARCH_MULTIPLATFORM || ARCH_MSM || ARCH_EXYNOS default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \ (!DEBUG_TEGRA_UART || !ZBOOT_ROM) help @@ -1147,7 +1147,8 @@ config DEBUG_UNCOMPRESS config UNCOMPRESS_INCLUDE string - default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM + default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ + ARCH_EXYNOS default "mach/uncompress.h" config EARLY_PRINTK