From patchwork Tue Apr 2 04:20:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 2374181 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 62648DF2A1 for ; Tue, 2 Apr 2013 04:22:42 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UMsi3-0003cY-IK; Tue, 02 Apr 2013 04:20:35 +0000 Received: from mail-pa0-f47.google.com ([209.85.220.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UMshz-0003ax-PG for linux-arm-kernel@lists.infradead.org; Tue, 02 Apr 2013 04:20:32 +0000 Received: by mail-pa0-f47.google.com with SMTP id bj3so64687pad.34 for ; Mon, 01 Apr 2013 21:20:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:sender:message-id:to:cc:in-reply-to:references:from :subject:mime-version:content-type; bh=bAjtKM2NnDjLa92j3aZkJmsF/Vxmog5o2wCkP3ejtrQ=; b=okdyI3Y5iBBf1mroh4ohG/N6jkjDvgjxDzYcorK2S4fqTJKF+e+ExnoL4us8ZLKoco KtnWPXxF9VzQrxa4D1PiKzi6Rr6yMU6gA06RgPtiYTaDGzKilhbBYc6kbrL0yzedyvJh 5HDIyzjT+vzHnnZxJ6mHB4viA0ya0W2fJsN9qhv+jWuubNK1Gb//blflUoRs9mGV06dv 6jlCOKtid/6Xng5JY2mU8B43k9B+EP7yThnqjgFlk2M0Ty2kBsoMFUkEnwmGNxuxhsOv aHzL9XqG3mPQT6+wNTLi2oHNkuiF4hdeHJKR8nNajOTAlRk4icv9vFDLrwcDs0291lUn /mJA== X-Received: by 10.68.197.70 with SMTP id is6mr21900818pbc.79.1364876430649; Mon, 01 Apr 2013 21:20:30 -0700 (PDT) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPS id qh4sm560833pac.8.2013.04.01.21.20.28 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 01 Apr 2013 21:20:29 -0700 (PDT) Date: Mon, 01 Apr 2013 21:20:29 -0700 (PDT) Message-ID: <87mwth5zsm.wl%kuninori.morimoto.gx@renesas.com> To: Paul , Simon , arnd@arndb.de In-Reply-To: <87sj395zvv.wl%kuninori.morimoto.gx@renesas.com> References: <87zjxvewko.wl%kuninori.morimoto.gx@renesas.com> <87fvzb56n3.wl%kuninori.morimoto.gx@renesas.com> <87sj395zvv.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH 4/5 v3] ARM: shmobile: bockw: enable network settings on bootargs MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130402_002031_949840_9B84E893 X-CRM114-Status: GOOD ( 12.91 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.47 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kuninori.morimoto.gx[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Magnus , Kuninori Morimoto , linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org "ip" and "root" settings are useful for development Signed-off-by: Kuninori Morimoto --- v2 -> v3 - dts only arch/arm/boot/dts/r8a7778-bockw.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index 735c964..0076b1e 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts @@ -22,7 +22,7 @@ compatible = "renesas,bockw", "renesas,r8a7778"; chosen { - bootargs = "console=ttySC0,115200 ignore_loglevel"; + bootargs = "console=ttySC0,115200 ignore_loglevel ip=dhcp root=/dev/nfs"; }; memory {