From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Virdi Date: Mon, 27 Feb 2012 15:32:14 +0530 Subject: [U-Boot] [PATCH] USB:host: Attribute packed removed from usb structures In-Reply-To: <201202241418.23356.vapier@gentoo.org> References: <1330084720-16878-1-git-send-email-amit.virdi@st.com> <201202241418.23356.vapier@gentoo.org> Message-ID: <4F4B54A6.4000907@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Mike, On 2/25/2012 12:48 AM, Mike Frysinger wrote: > On Friday 24 February 2012 06:58:40 Amit Virdi wrote: >> Packed attribute is forcing a bytewise write on device registers, >> there by, resulting in a misbehavior on gcc-4.4.1. > > so use a compiler that isn't broken ? It doesn't seem like compiler issue (on ARM). Thanks Amit Virdi