bcm63xx: remove memcpy from mac assignment
With GCC11, memcpy doesn't work here as it assumes a size of 0. Use
ioremap to avoid it.
Fixed parameter type to match board_get_mac_address.
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
Showing
- target/linux/bcm63xx/patches-5.10/532-MIPS-BCM63XX-add-inventel-Livebox-support.patch 8 additions, 3 deletions...-5.10/532-MIPS-BCM63XX-add-inventel-Livebox-support.patch
- target/linux/bcm63xx/patches-5.4/532-MIPS-BCM63XX-add-inventel-Livebox-support.patch 8 additions, 3 deletions...s-5.4/532-MIPS-BCM63XX-add-inventel-Livebox-support.patch
Please register or sign in to comment