From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B090DC282CE for ; Wed, 22 May 2019 11:55:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F7CC20815 for ; Wed, 22 May 2019 11:55:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728406AbfEVLzP (ORCPT ); Wed, 22 May 2019 07:55:15 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:42324 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727464AbfEVLzP (ORCPT ); Wed, 22 May 2019 07:55:15 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 7AE2825AD5F; Wed, 22 May 2019 21:55:13 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id 3A2F194053F; Wed, 22 May 2019 13:55:11 +0200 (CEST) Date: Wed, 22 May 2019 13:55:11 +0200 From: Simon Horman To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 1/2] arm: dts: Use ip=on for bootargs Message-ID: <20190522115510.ad5ncsrc3yabp4mu@verge.net.au> References: <155817382883.14383.9127828804463512592.sendpatchset@octo> <155817383762.14383.11863551376377895395.sendpatchset@octo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <155817383762.14383.11863551376377895395.sendpatchset@octo> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Sat, May 18, 2019 at 07:03:57PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Convert bootargs from ip=dhcp to ip=on > > Signed-off-by: Magnus Damm Thanks Magnus, applied for inclusion in v5.3 with the subject prefix updated to "ARM: ".