mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-29 17:09:28 -04:00
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>