From patchwork Thu Oct 7 22:24:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 67109 X-Patchwork-Delegate: tim.gardner@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id BFF0BB70CB for ; Fri, 8 Oct 2010 09:26:13 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1P3yuf-0000C9-77; Thu, 07 Oct 2010 23:26:09 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1P3yud-0000By-70 for kernel-team@lists.ubuntu.com; Thu, 07 Oct 2010 23:26:07 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1P3yub-0004jT-14; Thu, 07 Oct 2010 23:26:06 +0100 Received: from [166.128.178.8] (helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1P3yuE-0001gC-RD; Thu, 07 Oct 2010 23:26:05 +0100 From: Bryan Wu To: tim.gardner@canonical.com, leann.ogasawara@canonical.com, kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] enable passing all kernel command line to init Date: Thu, 7 Oct 2010 17:24:57 -0500 Message-Id: <1286490297-4420-2-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1286490297-4420-1-git-send-email-bryan.wu@canonical.com> References: <1286490297-4420-1-git-send-email-bryan.wu@canonical.com> Cc: ogra@canonical.com, ricardo.salveti@canonical.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/586386 For booting on OMAP4 with upstart, we need kernel turn on this option CONFIG_INIT_PASS_ALL_PARAMS=y Otherwise, it cannot boot on some omap4 hardware. Tested-by: Ricardo Salveti de Araujo Signed-off-by: Bryan Wu Acked-by: Leann Ogasawara Acked-by: Brad Figg --- debian.ti-omap4/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu index fea641e..ff71324 100644 --- a/debian.ti-omap4/config/config.common.ubuntu +++ b/debian.ti-omap4/config/config.common.ubuntu @@ -1013,7 +1013,7 @@ CONFIG_INET_XFRM_TUNNEL=m CONFIG_INFTL=m CONFIG_INITRAMFS_SOURCE="" CONFIG_INIT_ENV_ARG_LIMIT=32 -# CONFIG_INIT_PASS_ALL_PARAMS is not set +CONFIG_INIT_PASS_ALL_PARAMS=y # CONFIG_INLINE_READ_LOCK is not set # CONFIG_INLINE_READ_LOCK_BH is not set # CONFIG_INLINE_READ_LOCK_IRQ is not set