From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/2] xen: arm: more flexible scheme for specifying early printk device Date: Wed, 11 Mar 2015 14:59:28 +0000 Message-ID: <1426085968.21353.259.camel@citrix.com> References: <1426083115-29406-2-git-send-email-ian.campbell@citrix.com> <55005569.3030404@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55005569.3030404@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-03-11 at 14:47 +0000, Julien Grall wrote: > Hi Ian, > > On 11/03/2015 14:11, Ian Campbell wrote: > > This allows for early-printk to be specified (for existing UARTS at > > least) without the need to edit Rules.mk. > > > > The existing shortcuts are retained, but in a much more compact > > fashion. > > > > An unused EARLY_PRINTK_BAUD was removed from the zynqmq settings. > > > > Signed-off-by: Ian Campbell > > With the change suggested by Andrew: > > Reviewed-by: Julien Grall Thanks. > Although, I haven't check closely that all the values are still > correctly. I guess it was mechanical changes. It was a series of emacs search-and-replace of s/^MCONFIG_FOO := /,/ and then some manual tidy up. Ian.