[U-Boot] [U-Boot,v2] net: macb: fix mapping of registers

Tom Rini trini at konsulko.com
Thu Dec 27 02:35:30 UTC 2018


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.fried at gmail.com>
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181226/2e76d08f/attachment.sig>


More information about the U-Boot mailing list