On Tue, Dec 18, 2018 at 10:49:03PM +0200, Ramon Fried wrote:

> Some architectures (MIPS) needs mapping to access IOMEM.
> Fix that.
> 
> Fixes: f1dcc19b213d ("net: macb: Convert to driver model")
> 
> Signed-off-by: Ramon Fried <ramon.fr...@gmail.com>
> Reviewed-by: Daniel Schwierzeck <daniel.schwierz...@gmail.com>
> ---
> v2: switched to use dev_reamp_addr() to reduce boilerplate code.
>     (as suggested by Daniel Schwierzeck)

On many platforms:
       arm:  w+   sama5d36ek_cmp_nandflash
+(sama5d36ek_cmp_nandflash)   pdata->iobase = dev_remap_addr(dev);
+(sama5d36ek_cmp_nandflash)                 ^
w+(sama5d36ek_cmp_nandflash) drivers/net/macb.c: In function 
'macb_eth_ofdata_to_platdata':
w+(sama5d36ek_cmp_nandflash) drivers/net/macb.c:1154:16: warning: assignment 
makes integer from pointer without a cast [-Wint-conversion]

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to