From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 26 Feb 2016 20:16:47 +0100 Subject: [U-Boot] [PATCH 3/5] usb: ehci: Implement V2P mapping In-Reply-To: <56D0A38F.3050006@wwwdotorg.org> 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> <56D0A38F.3050006@wwwdotorg.org> Message-ID: <56D0A49F.9000001@denx.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 02/26/2016 08:12 PM, Stephen Warren wrote: > 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. Thanks! I'll finish buildman builds (I set it up, finally, yay!) and submit a proper patch. -- Best regards, Marek Vasut