From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Fri, 27 Aug 2010 21:06:27 +0200 Subject: [U-Boot] [PATCH] Disaligned buffer in print_buffer In-Reply-To: <4C7802FB.8000306@denx.de> References: <1282215718-2910-1-git-send-email-sbabic@denx.de> <4C778834.9030901@emk-elektronik.de> <4C7802FB.8000306@denx.de> Message-ID: <4C780CB3.4060809@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27.08.2010 20:24, Stefano Babic wrote: > Reinhard Meyer wrote: > > Hi Reinhard, > >> Why not just declare it as >> uint_32t linebuf[MAX_LINE_LENGTH_BYTES/4+1]; >> ? > > Yes, we do not need any special compiler attribute. I forward to Albert, > he sent previously an analog patch to solve this issue. > > Stefano > If you need a patch for this, I have made the change here this morning. I can format and email one instantly. Reinhard