From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Mon, 04 Feb 2013 14:37:06 +0200 Subject: [U-Boot] [PATCH 0/5] Create an API for safely accessing BMP header fields In-Reply-To: <20130204125734.228623e8@lilith> References: <1359977979-28585-1-git-send-email-nikita@compulab.co.il> <20130204125734.228623e8@lilith> Message-ID: <510FAB72.3050901@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On 02/04/2013 01:57 PM, Albert ARIBAUD wrote: > > IIRC, you has submitted a fix so that BMP loads would result in > correctly aligned fields and thus no need for accessors. Why this > change of mind? > I did mention that I consider that fix as temporary. I believe this fix is better because it addresses the issue everywhere and does so in a more maintainable way (does not require the address fix to be duplicated everywhere there is a problem). > > Amicalement, > -- Regards, Nikita.