From patchwork Thu Aug 14 00:07:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 4721261 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 BD671C0338 for ; Thu, 14 Aug 2014 00:10:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D58EB201ED for ; Thu, 14 Aug 2014 00:10:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 1893A201DC for ; Thu, 14 Aug 2014 00:10:11 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHiZz-0005bE-6p; Thu, 14 Aug 2014 00:07:43 +0000 Received: from mail-pa0-f52.google.com ([209.85.220.52]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHiZw-0005Zj-3G for linux-arm-kernel@lists.infradead.org; Thu, 14 Aug 2014 00:07:40 +0000 Received: by mail-pa0-f52.google.com with SMTP id bj1so567744pad.11 for ; Wed, 13 Aug 2014 17:07:17 -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=nivrYeaiKcm5U88kSjLq445wirk5opzJHMThxrTEy28=; b=OvKDQpYRGZdLfwGvzdBl4ElQvAJSxz46FFgDzfqjDzdHorOLNYerGFfgh5HRO9f3EI iRfGXwbDJ7MMhAG6LOY4FtZEOCPv5sFadOAkEpmqNRiNeviyrDJlO1h9nYg/i3lherf7 LbSSoXaxTqP+fwQ6ALkRkh8uIgRyNCkDlHXQxAHHxadFMM57WUeYsxF7RcfjqtBexQZ5 xcFhwR82jtLBISic2fqre4Hg0E+l/RieGx4/292uZkDZ+uBBU2yeRlXB5E8O2dhiLyvD UUdoj8g5dj3Q1wu9PSScGCPrEkTKqNNXcmOIKSavhsLHfoXdNRAUIv05nKNvuDO4SMOF xcGw== X-Gm-Message-State: ALoCoQmF7bIzE1v08hZ/F8plTdmqD/EzE0t8lCqtjnpRN4IGxUOMVrn3/Nh2nPg/oOv7IFYFiZPQ X-Received: by 10.68.173.98 with SMTP id bj2mr1007036pbc.157.1407974837675; Wed, 13 Aug 2014 17:07:17 -0700 (PDT) Received: from localhost (c-67-183-17-239.hsd1.wa.comcast.net. [67.183.17.239]) by mx.google.com with ESMTPSA id v17sm4950112pdj.11.2014.08.13.17.07.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 13 Aug 2014 17:07:17 -0700 (PDT) From: Kevin Hilman To: Simon Horman , Magnus Damm Subject: [PATCH] ARM: shmobile: defconfig: enable initrd and atag dtb compat Date: Wed, 13 Aug 2014 17:07:15 -0700 Message-Id: <1407974835-11064-1-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.9.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140813_170740_165668_3FEA0000 X-CRM114-Status: UNSURE ( 8.29 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: linaro-kernel@lists.linaro.org, Russell King , open list , "moderated list:ARM PORT" , "open list:ARM/SHMOBILE ARM..." X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 Enable ATAG_DTB_COMPAT support for passing commandline from bootloader. Enable initrd support. Signed-off-by: Kevin Hilman --- With this, I can finally integrate the kzm9d into the board farm because I use initrafms for the primary rootfs, and set the command-line from u-boot. Tested on next-20140813 arch/arm/configs/shmobile_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 3b136144cc83..d655f088ac58 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -3,6 +3,7 @@ CONFIG_NO_HZ=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=16 +CONFIG_BLK_DEV_INITRD=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL_SYSCALL=y CONFIG_EMBEDDED=y @@ -33,6 +34,7 @@ CONFIG_HIGHMEM=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_KEXEC=y CONFIG_VFP=y CONFIG_NEON=y