From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 13 Mar 2012 05:57:46 -0700 Subject: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add CONFIG_REVISION_TAG In-Reply-To: <4F5F051A.6040609@denx.de> References: <1331600652-30247-1-git-send-email-eric.nelson@boundarydevices.com> <4F5F051A.6040609@denx.de> Message-ID: <4F5F444A.9070207@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/13/2012 01:28 AM, Stefano Babic wrote: > On 13/03/2012 02:04, Eric Nelson wrote: >> This is needed to support Freescale-supplied userspaces. >> >> At the moment, both the IPU and VPU libraries provided by Freescale >> in the "imx-lib" package contain routines which scrape the system >> revision from /proc/cpuinfo. In the VPU library, this information is >> used to load the proper firmware, allowing a single binary to be used >> across various i.MX processors. >> > > Hi Eric, > > >> V3 removes the conditional surrounding get_board_rev() as requested by >> Marek. > > This lines are your changelog and should be not in the commit message. > They must be after the "---" line. > Thanks Stefano, Do you want me to re-send?