From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 26 Feb 2016 12:12:15 -0700 Subject: [U-Boot] [PATCH 3/5] usb: ehci: Implement V2P mapping In-Reply-To: <56D09D07.7090306@denx.de> References: <1453860843-5835-1-git-send-email-marex@denx.de> <1453860843-5835-3-git-send-email-marex@denx.de> <56D081E8.1010600@wwwdotorg.org> <56D08370.60808@denx.de> <56D09677.5090408@wwwdotorg.org> <56D09D07.7090306@denx.de> Message-ID: <56D0A38F.3050006@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/26/2016 11:44 AM, Marek Vasut wrote: > On 02/26/2016 07:16 PM, Stephen Warren wrote: > > Hi! > > [...] > >>> Tom reported this to me too, sorry :-( >>> >>> Do you have an idea how to fix this too? I am now installing arm64 >>> toolchain. >> >> I haven't looked at it yet. I've seen similar problems in the bast >> handled by casting between integer types before casting to pointers >> e.g. something like the following guess: >> >> uint32_t pa; void *p = (void *)(uintptr_t)pa; > > I just tried this, it should do the trick. Can you give it a spin ? That does the trick, thanks.