From patchwork Thu Jun 9 17:02:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 9167503 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8B52560467 for ; Thu, 9 Jun 2016 17:04:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 784AE28355 for ; Thu, 9 Jun 2016 17:04:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6D1652835A; Thu, 9 Jun 2016 17:04:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=2.0 tests=BAYES_00,FSL_HELO_HOME, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 17B3328355 for ; Thu, 9 Jun 2016 17:04:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932575AbcFIRDT (ORCPT ); Thu, 9 Jun 2016 13:03:19 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:34418 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752395AbcFIRDQ (ORCPT ); Thu, 9 Jun 2016 13:03:16 -0400 Received: by mail-oi0-f67.google.com with SMTP id r4so8566507oib.1; Thu, 09 Jun 2016 10:03:16 -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:in-reply-to :references; bh=sOZQhwf4rVN/U0YDH/7eBMJGIvG1IHQviAcc2S0JnXM=; b=I+8OpJ91/IHh7uwy/6ngtHcRbx8M/g2PE1N6p2802wy8iTPqqN/PLYn/Kt1MJFS8gu 9YRAYXweXDJCobcpOSoqJvTblr7A6Z0G/VBrY1SCvVL7VObXwIwLJu+oebnQ/4/HP5qk kkDYKrEJWfECKGZ9aPU/0r3pBVmkdoTjc71x8btd2tIhLi9Omw44GsDcrr64uCxFzHdP ZbDaT8sFpvPvgQyWUdJLUj9v255eyPeATBEJirtyGDCPHee2yZXS5pMRjG/pXlu1aSAV nY0EzgRh3pDpTZ69Ql2cbcSdnQLpe+85KTCpd3uVw60XjhRfgr2L/lmhWABZtWHJqPM5 9lCA== X-Gm-Message-State: ALyK8tL6wHqHQh1dTLT6EAANhmE9jSW8iFZJmA/kFvEJZNhUrbrsR9zAUiWdlQDFrb2+tw== X-Received: by 10.202.114.65 with SMTP id p62mr1447059oic.105.1465491795221; Thu, 09 Jun 2016 10:03:15 -0700 (PDT) Received: from beast-server.fios-router.home ([108.19.212.211]) by smtp.gmail.com with ESMTPSA id 19sm621929otu.1.2016.06.09.10.03.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jun 2016 10:03:14 -0700 (PDT) From: Franklin S Cooper Jr To: tony@atomide.com, boris.brezillon@free-electrons.com, computersforpeace@gmail.com, linux-arm-kernel@lists.infradead, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org Cc: Franklin S Cooper Jr Subject: [PATCH 2/6] ARM: multi_v7_defconfig: Enable OMAP GPMC Date: Thu, 9 Jun 2016 12:02:53 -0500 Message-Id: <1465491777-20033-3-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1465491777-20033-1-git-send-email-fcooper@ti.com> References: <1465491777-20033-1-git-send-email-fcooper@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP OMAP_GPMC will soon not be forcibly enabled by ARCH_OMAP2PLUS. It needs to be manually selected by the config. Enable it by default so features like NAND boot will work. Signed-off-by: Franklin S Cooper Jr --- 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 8f85756..782d963 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -181,6 +181,7 @@ CONFIG_CMA_SIZE_MBYTES=64 CONFIG_OMAP_OCP2SCP=y CONFIG_SIMPLE_PM_BUS=y CONFIG_SUNXI_RSB=m +CONFIG_OMAP_GPMC=y CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_BLOCK=y