From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 1/2] dtc: Update generated files to output from Bison 2.5 Date: Thu, 13 Jun 2013 16:08:08 -0600 Message-ID: <51BA42C8.60900@wwwdotorg.org> References: <1371160133-10104-1-git-send-email-grant.likely@linaro.org> <1371160133-10104-2-git-send-email-grant.likely@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1371160133-10104-2-git-send-email-grant.likely@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Grant Likely Cc: linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Grant Likely List-Id: devicetree@vger.kernel.org On 06/13/2013 03:48 PM, Grant Likely wrote: > This patch merely updates the generated dtc parser and lexer files to > the output generated by Bison 2.5. The previous versions were generated > from version 2.4.1. The only reason for this commit is to minimize the > diff on the next commit which fixes a bug in the DTC #line directive > parsing. Otherwise the Bison changes would be intermingled with the > functional changes. Do you actually need this patch? It should make no functional difference, and patch 2/2 only affects the lexer, not the parser, so wouldn't have these changes mingled in. But I suppose I'm not objecting.