From patchwork Mon Oct 7 18:00:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 2998381 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 2D3D4BF924 for ; Mon, 7 Oct 2013 18:01:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DC728201DE for ; Mon, 7 Oct 2013 18:01:26 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8B3E92011D for ; Mon, 7 Oct 2013 18:01:25 +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 1VTF7O-0006bp-1A; Mon, 07 Oct 2013 18:01:18 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTF7K-0004ZK-R5; Mon, 07 Oct 2013 18:01:14 +0000 Received: from mail-pb0-f42.google.com ([209.85.160.42]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTF7H-0004Yi-2A for linux-arm-kernel@lists.infradead.org; Mon, 07 Oct 2013 18:01:12 +0000 Received: by mail-pb0-f42.google.com with SMTP id un15so7550944pbc.29 for ; Mon, 07 Oct 2013 11:00:49 -0700 (PDT) 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=QkAe22K8RgWh8Y4R93u/3DpXC9qwqZntc3NKFJ739bk=; b=TDrCddelyH5A7y/MLwsmI3TcOSXLHsWN4db9i1FWB1BGN+lsCcy8SF8kS0bzvc3Mb1 LEZFsRWqtyy8hGJkOFU9uyWvoOHZC42P12C+QG2yMLwuGg0XAaK3DyGB/10DhEQ0u7RG eLhL/JdjwcKszy82x0HZAdxaOgQn92Jtbozd+CWUhi+P0ZmLL6rmV+zhexFWUrx+OT1l RN4amd5pP/m/Z3JpXr5Zba4f29hBOaHhsbYnsTkQFM38mkDfguAam5IGDIOpdK9QqA85 C3yIvmvaq+9WwMJcSRtY8cl4VaARdebl8IoPjbByrSK+tzcKZbR+LwwOM19HIRs4DQE1 Lf1Q== X-Gm-Message-State: ALoCoQntwq0i4MvtiosSybpTI+nRftRG/cUytUgb2yjzb59cfr05MgGC0fA2wBtFw1x4pRo6oUCS X-Received: by 10.67.21.130 with SMTP id hk2mr34223323pad.76.1381168849554; Mon, 07 Oct 2013 11:00:49 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPSA id fy4sm34758173pbb.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 07 Oct 2013 11:00:48 -0700 (PDT) From: Kevin Hilman To: stable@vger.kernel.org Subject: [PATCH stable] ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT Date: Mon, 7 Oct 2013 11:00:46 -0700 Message-Id: <1381168846-11076-1-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131007_140111_226690_F1021981 X-CRM114-Status: GOOD ( 10.04 ) X-Spam-Score: -2.6 (--) Cc: Olof Johansson , linux-arm-kernel@lists.infradead.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.4 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 From: Olof Johansson Without this, legacy platforms that can boot with a multiplatform kernel but that need the DTB to be appended, won't have a way to pass firmware-set bootargs to the kernel. This is needed to boot multi_v7_defconfig on snowball, for instance. Signed-off-by: Olof Johansson --- Greg, This is in Linus' tree as commit a0396b9bd5a4a7baf598b60d2ca53c605c440a42 but we neglected to flag this for stable even though it's needed for older kernels too. Please cherry-pick into stable. Intended for v3.11.y. Thanks. arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6e572c6..aba4ec7 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -46,6 +46,7 @@ CONFIG_ARCH_ZYNQ=y CONFIG_SMP=y CONFIG_HIGHPTE=y CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_NET=y CONFIG_UNIX=y CONFIG_INET=y