From mboxrd@z Thu Jan 1 00:00:00 1970 From: Veli-Pekka Peltola Date: Mon, 14 Nov 2011 11:57:55 +0200 Subject: [U-Boot] [PATCH] GCC4.6: Fix common/usb.c on xscale In-Reply-To: <1320532609-2408-1-git-send-email-marek.vasut@gmail.com> References: <1320532609-2408-1-git-send-email-marek.vasut@gmail.com> Message-ID: <4EC0E623.1040407@bluegiga.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 11/06/2011 12:36 AM, Marek Vasut wrote: > The problem was that the code, when the function was compiled with -Os, was > misgenerated. As in the function description, this is likely another > manifestation of the bug in GCC. Acked-by: Veli-Pekka Peltola Tested with GCC 4.6.1 and 4.3.4. This fixed problem on MX28EVK based board. -- Veli-Pekka Peltola