From patchwork Tue Aug 28 08:07:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10996 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6B11723E41 for ; Tue, 28 Aug 2012 08:10:19 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 7D9F3A19082 for ; Tue, 28 Aug 2012 08:09:50 +0000 (UTC) Received: by iafj25 with SMTP id j25so7403306iaf.11 for ; Tue, 28 Aug 2012 01:10:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=/1o7WD1PkMuwhRoelpupGmTWNe9FEDo0IpNpSag50b4=; b=H3rhFsyZeO3eHkl5agVKyqBPL2D3Ex8ycgOuF+lf4EAXBrhfB/eDt2BSBnoJcrin1h xyZGIUhPHC3r5OgbuGIusq1koEE91WAYnojMBQ/uoDoFF4HVV6rOfB9+vaJuykxL9TvN C+zLm8c4eBXnKYzJncxLpYKyYuY53uxzhvI/0hfMPnZ22BZy/MbPZN1/koWHp72Qo216 n25RjrY5Ke5XzQp71HN+/Q+zys7W2iaVeLFKOyWwfP8ThZInV/X6RDZdwhMiEFhvAo2s dGmJ9lEKYzybHAYL4d7NFh6/7D64cr0Xbp3uLfbst9v0Oe3M035lbIx+IXwvZLYboGR1 LEMA== Received: by 10.50.7.212 with SMTP id l20mr924919iga.43.1346141418525; Tue, 28 Aug 2012 01:10:18 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp12838igc; Tue, 28 Aug 2012 01:10:18 -0700 (PDT) Received: by 10.68.213.137 with SMTP id ns9mr40287028pbc.88.1346141417561; Tue, 28 Aug 2012 01:10:17 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id rr1si28787573pbc.38.2012.08.28.01.10.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Aug 2012 01:10:17 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbcmd12 with SMTP id md12so9671407pbc.37 for ; Tue, 28 Aug 2012 01:10:17 -0700 (PDT) Received: by 10.68.203.196 with SMTP id ks4mr23726899pbc.107.1346141416975; Tue, 28 Aug 2012 01:10:16 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id wf7sm16534552pbc.34.2012.08.28.01.10.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Aug 2012 01:10:16 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] ARM: EXYNOS: Fix incorrect help text Date: Tue, 28 Aug 2012 13:37:54 +0530 Message-Id: <1346141274-5244-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmAT6RP1ftQLq2GBCDOL30ZuvRaUhx4ITon4xvsPg+aS464sZfpVke8BV7HRVN2JJNhaNhm Changed Exynos4 -> Exynos5. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index b5b4c8c..9369ff7 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -418,8 +418,8 @@ config MACH_EXYNOS5_DT select USE_OF select ARM_AMBA help - Machine support for Samsung Exynos4 machine with device tree enabled. - Select this if a fdt blob is available for the EXYNOS4 SoC based board. + Machine support for Samsung Exynos5 machine with device tree enabled. + Select this if a fdt blob is available for the EXYNOS5 SoC based board. if ARCH_EXYNOS4