From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Tue, 8 Mar 2016 12:05:08 +0530 Subject: [U-Boot] [PATCH] dm: ti_qspi: Fix conversion of address to a pointer In-Reply-To: <1457176386-25658-1-git-send-email-lokeshvutla@ti.com> References: <1457176386-25658-1-git-send-email-lokeshvutla@ti.com> Message-ID: <56DE729C.7060806@ti.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 Saturday 05 March 2016 04:43 PM, Lokesh Vutla wrote: > TI QSPI driver directly typecasts fdt_addr_t to a pointer. This is > not strictly correct, as it gives a build warning when fdt_addr_t is u64. > So, use map_physmem for a proper typecasts. > > This is inspired by commit 167efe01bc5a9 ("dm: ns16550: Use an address > instead of a pointer for the uart base") > > Signed-off-by: Lokesh Vutla Reviewed-by: Mugunthan V N Regards Mugunthan V N