From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 29 Dec 2015 09:34:08 +0100 Subject: [U-Boot] [PATCH] net: gem: Build warning fixes for 64-bit In-Reply-To: References: <4e22ec14e6bb8ff66e577e7c74893db48f3c5c81.1446217207.git.michal.simek@xilinx.com> Message-ID: <56824580.1040509@xilinx.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 22.12.2015 03:10, Joe Hershberger wrote: > Hi Michal, > > On Fri, Oct 30, 2015 at 10:00 AM, Michal Simek wrote: >> Cast pointers to unsigned long instead of a sized 32-bit type to avoid >> pointer to integer cast size mismatch warnings. >> >> Signed-off-by: Michal Simek > > Looks like some other form of this patch is already applied. Please > verify that there is nothing from this patch that still needs to be > applied. If there is something, please send a v2. yep. No need for v2. Everything is in the tree already. Thanks, Michal